-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
119 lines (111 loc) · 3.15 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
name: vmerge
description: A video merger app created by BBK Development.
version: 2.1.0+9
publish_to: none
environment:
sdk: '>=3.4.0 <4.0.0'
dependencies:
android_intent_plus: ^5.1.0
bloc: ^8.1.4
bottom_navy_bar:
git:
url: https://github.com/BBarisKilic/bottom_navy_bar.git
ref: master
collection: ^1.18.0
equatable: ^2.0.5
ffmpeg_service:
path: packages/ffmpeg_service
flutter:
sdk: flutter
flutter_bloc: ^8.1.6
flutter_localizations:
sdk: flutter
flutter_native_splash: ^2.4.1
flutter_svg: ^2.0.10+1
get_it: ^7.7.0
image_gallery_saver: ^2.0.3
in_app_review_service:
git:
url: https://github.com/BBKDevelopment/In-App-Review-Service.git
ref: v1.0.1
intl: 0.19.0
modal_bottom_sheet: ^3.0.0
objectbox: ^2.5.1
objectbox_flutter_libs: ^2.5.1
package_info_plus: ^8.0.2
path: ^1.9.0
path_provider: ^2.1.4
url_launcher_service:
git:
url: https://github.com/BBKDevelopment/Url-Launcher-Service.git
ref: v1.0.0
video_player: ^2.9.1
video_player_service:
git:
url: https://github.com/BBKDevelopment/Video-Player-Service.git
ref: v1.2.1
wakelock_service:
git:
url: https://github.com/BBKDevelopment/Wakelock-Service.git
ref: v1.1.0
wechat_assets_picker: ^9.2.2
dev_dependencies:
build_runner: ^2.4.12
flutter_gen_runner: ^5.7.0
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
objectbox_generator: ^2.5.1
very_good_analysis: ^6.0.0
flutter_gen:
output: lib/src/core/gen/
line_length: 80
integrations:
flutter_svg: true
lottie: true
objectbox:
output_dir: src/core/gen/
flutter:
uses-material-design: true
assets:
- assets/fonts/roboto_mono/
- assets/images/
- assets/licenses/
fonts:
- family: RobotoMono
fonts:
- asset: assets/fonts/roboto_mono/RobotoMono-Thin.ttf
weight: 100
- asset: assets/fonts/roboto_mono/RobotoMono-ThinItalic.ttf
weight: 100
style: italic
- asset: assets/fonts/roboto_mono/RobotoMono-ExtraLight.ttf
weight: 200
- asset: assets/fonts/roboto_mono/RobotoMono-ExtraLightItalic.ttf
weight: 200
style: italic
- asset: assets/fonts/roboto_mono/RobotoMono-Light.ttf
weight: 300
- asset: assets/fonts/roboto_mono/RobotoMono-LightItalic.ttf
weight: 300
style: italic
- asset: assets/fonts/roboto_mono/RobotoMono-Regular.ttf
weight: 400
- asset: assets/fonts/roboto_mono/RobotoMono-Italic.ttf
weight: 400
style: italic
- asset: assets/fonts/roboto_mono/RobotoMono-Medium.ttf
weight: 500
- asset: assets/fonts/roboto_mono/RobotoMono-MediumItalic.ttf
weight: 500
style: italic
- asset: assets/fonts/roboto_mono/RobotoMono-SemiBold.ttf
weight: 600
- asset: assets/fonts/roboto_mono/RobotoMono-SemiBoldItalic.ttf
weight: 600
style: italic
- asset: assets/fonts/roboto_mono/RobotoMono-Bold.ttf
weight: 700
- asset: assets/fonts/roboto_mono/RobotoMono-BoldItalic.ttf
weight: 700
style: italic