-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
111 lines (101 loc) · 3.21 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
name: drinkr
description: A new Flutter project.
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.0.0+110
environment:
sdk: ">=2.12.2"
flutter: ">=2.0.0"
dependencies:
google_fonts: ^2.1.0
auto_size_text: ^3.0.0-nullsafety.0
show_up_animation: ^2.0.0
audioplayers: ^0.20.1
http: ^0.13.3
connectivity: ^3.0.6
flutter_spinkit: ^5.0.0
fluttertoast: ^8.0.8
shared_preferences: ^2.0.6
google_mobile_ads: ^0.13.3
app_review: ^2.1.1+1
assorted_layout_widgets: ^5.0.2
draggable_scrollbar: ^0.1.0
circular_reveal_animation: ^2.0.0
url_launcher: ^6.0.0-nullsafety.6
lints: 1.0.1
audiowaveformFlutter:
git:
url: "https://github.com/tooxo/audioWaveFormFlutter.git"
cupertino_icons: ^1.0.3
easy_localization: ^3.0.0
cached_network_image: ^3.1.0
hive: ^2.0.4
hive_flutter: ^1.1.0
expandable: ^5.0.1
# progress_state_button: ^1.0.3
progress_state_button:
git:
url: "https://github.com/tooxo/progress-state-button.git"
overlay_dialog: ^0.2.0
flutter_localized_locales: ^2.0.3
in_app_purchase: ^1.0.8
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: any
test: any
hive_generator: ^1.1.0
build_runner: ^2.1.0
dependency_validator: ^3.1.0
flutter:
uses-material-design: true
assets:
- assets/text/
- assets/text/de/
- assets/text/en/
- assets/text/es/
- assets/image/
- assets/flags/
- google_fonts/
- assets/i18n/
- assets/licenses/
fonts:
- family: Icons
fonts:
- asset: assets/fonts/Icons.ttf
- family: DifficultyIcons
fonts:
- asset: assets/fonts/DifficultyIcons.ttf
- family: GameModeIcons
fonts:
- asset: assets/fonts/GameModeIcons.ttf
- family: BrandIcons
fonts:
- asset: assets/fonts/BrandIcons.ttf
- family: OtherIcons
fonts:
- asset: assets/fonts/OtherIcons.ttf
- family: AlcoholIcons
fonts:
- asset: assets/fonts/AlcoholIcons.ttf
- family: SettingsIcons
fonts:
- asset: assets/fonts/SettingsIcons.ttf
flutter_icons:
android: "launcher_icon"
image_path: "assets/image/appicon3.png"
adaptive_icon_background: "#ffffff"
adaptive_icon_foreground: "assets/image/appicon3-fore.png"
remove_alpha_ios: true
ios: true