-
Notifications
You must be signed in to change notification settings - Fork 3
/
pubspec.yaml
122 lines (116 loc) · 3.16 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
120
121
122
name: vsound
description: An audio modifier app created by BBK Development.
version: 1.1.1+7
publish_to: none
environment:
sdk: ">=3.1.0 <4.0.0"
flutter: ">=3.13.5"
dependencies:
audio_player_service:
git:
url: https://github.com/BBKDevelopment/Audio-Player-Service.git
ref: v1.0.0
bloc: ^8.1.2
bottom_navy_bar: ^6.0.0
collection: ^1.17.2
cupertino_icons: ^1.0.6
dartz: ^0.10.1
dotted_border: ^2.1.0
ffmpeg_kit_flutter_https_gpl: ^6.0.3
flutter:
sdk: flutter
flutter_bloc: ^8.1.3
flutter_localizations:
sdk: flutter
flutter_native_splash: ^2.3.4
flutter_svg: ^2.0.2
freezed_annotation: ^2.4.1
get: ^4.6.6
get_it: ^7.6.4
image_gallery_saver: ^2.0.3
intl: ^0.18.1
launch_review_service:
git:
url: https://github.com/BBKDevelopment/Launch-Review-Service.git
ref: v1.0.0
modal_bottom_sheet: ^3.0.0-pre
nil: ^1.1.1
path: ^1.8.3
path_provider: ^2.1.1
photo_manager: ^2.7.2
photo_manager_service:
git:
url: https://github.com/BBKDevelopment/Photo-Manager-Service.git
ref: v1.0.0
scroll_to_index: ^3.0.1
shared_preferences: ^2.2.2
shared_preferences_service:
git:
url: https://github.com/BBKDevelopment/Shared-Preferences-Service.git
ref: v1.0.0
sizer: ^2.0.15
text_scroll: ^0.2.0
url_launcher_service:
git:
url: https://github.com/BBKDevelopment/Url-Launcher-Service.git
ref: v1.0.0
video_player: ^2.7.0
video_player_service:
git:
url: https://github.com/BBKDevelopment/Video-Player-Service.git
ref: v1.0.0
wakelock_service:
git:
url: https://github.com/BBKDevelopment/Wakelock-Service.git
ref: v1.0.0
dev_dependencies:
bloc_test: ^9.1.4
build_runner: ^2.3.3
flutter_lints: ^3.0.0
flutter_test:
sdk: flutter
freezed: ^2.4.5
mocktail: ^1.0.0
very_good_analysis: ^5.1.0
flutter:
uses-material-design: true
assets:
- assets/images/
fonts:
- family: RobotoMono
fonts:
- asset: assets/fonts/RobotoMono-Thin.ttf
weight: 100
- asset: assets/fonts/RobotoMono-ThinItalic.ttf
weight: 100
style: italic
- asset: assets/fonts/RobotoMono-ExtraLight.ttf
weight: 200
- asset: assets/fonts/RobotoMono-ExtraLightItalic.ttf
weight: 200
style: italic
- asset: assets/fonts/RobotoMono-Light.ttf
weight: 300
- asset: assets/fonts/RobotoMono-LightItalic.ttf
weight: 300
style: italic
- asset: assets/fonts/RobotoMono-Regular.ttf
weight: 400
- asset: assets/fonts/RobotoMono-Italic.ttf
weight: 400
style: italic
- asset: assets/fonts/RobotoMono-Medium.ttf
weight: 500
- asset: assets/fonts/RobotoMono-MediumItalic.ttf
weight: 500
style: italic
- asset: assets/fonts/RobotoMono-SemiBold.ttf
weight: 600
- asset: assets/fonts/RobotoMono-SemiBoldItalic.ttf
weight: 600
style: italic
- asset: assets/fonts/RobotoMono-Bold.ttf
weight: 700
- asset: assets/fonts/RobotoMono-BoldItalic.ttf
weight: 700
style: italic