-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
66 lines (55 loc) · 1.31 KB
/
pubspec.yaml
File metadata and controls
66 lines (55 loc) · 1.31 KB
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
name: qubee_game
description: "Learn With Laughter; Grow With Culture!"
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.7.0
dependencies:
flutter:
sdk: flutter
provider: ^6.1.2
cupertino_icons: ^1.0.8
flutter_animate: ^4.5.2
just_audio: ^0.9.46
confetti: ^0.8.0
google_fonts: ^6.2.1
shared_preferences: ^2.5.2
video_player: ^2.9.3
cached_network_image: ^3.4.1
youtube_player_flutter: ^9.1.1
youtube_player_iframe: ^5.2.1
pod_player: ^0.2.2
lottie: ^3.3.1
collection: ^1.19.1
flutter_launcher_icons: ^0.14.3
# flutter_inappwebview: ^6.1.5
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
launcher_name: ^1.0.2 # check latest version on pub.dev
launcher_name:
default: "Qubee Games"
flutter_icons:
android: true
ios: true
remove_alpha_ios: true
image_path: "assets/icon.png"
flutter:
uses-material-design: true
assets:
- assets/
- assets/animations/
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700