-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpubspec.yaml
85 lines (76 loc) · 1.83 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
name: better_world
description: A Better World game built with Flutter and Flame.
# Prevent accidental publishing to pub.dev.
publish_to: 'none'
version: 0.1.0
environment:
sdk: ^3.0.0
dependencies:
add_to_google_wallet: ^0.0.3
audioplayers: ^5.2.1
cloud_firestore: ^4.17.0
confetti: ^0.7.0
cupertino_icons: ^1.0.6
device_preview: ^1.1.0
fake_cloud_firestore: ^2.4.9
firebase_core: ^2.30.0
flame_audio: ^2.1.3
flame: ^1.10.1
flutter:
sdk: flutter
flutter_svg: ^1.1.6
freezed: ^2.4.6
freezed_annotation: ^2.4.1
go_router: ^13.2.4
google_fonts: 6.1.0
json_annotation: ^4.8.1
liquid_progress_indicator_v2: ^0.5.0
logging: ^1.2.0
lottie: ^3.0.0
mocktail: ^1.0.3
nes_ui: ^0.10.0
overlay_tutorial: ^3.0.0
package_info_plus: any
pausable_timer: ^3.1.0+3
provider: ^6.0.5
rive: ^0.12.4
scaled_app: ^2.3.0
scratcher: ^2.5.0
shared_preferences: ^2.2.2
skeleton_loader: ^2.0.0+4
url_launcher: ^6.2.5
uuid: ^4.3.3
wakelock_plus: ^1.1.4
flutter_launcher_icons: ^0.13.1
dev_dependencies:
build_runner: ^2.4.8
flame_test: ^1.14.0
flutter_lints: ^3.0.1
flutter_native_splash: ^2.3.10
flutter_test:
sdk: flutter
json_serializable: ^6.7.1
test: ^1.24.3
flutter:
uses-material-design: true
assets:
- assets/animations/
- assets/images/
- assets/images/challenges/
- assets/images/challenges/lights_out/
- assets/images/challenges/ocean_shooter/
- assets/images/challenges/recycling/
- assets/images/challenges/panel_scratcher/
- assets/images/common/
- assets/music/
- assets/sfx/
fonts:
- family: Rubik
fonts:
- asset: assets/fonts/Rubik/Rubik-Regular.ttf
- asset: assets/fonts/Rubik/Rubik-SemiBold.ttf
weight: 600
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/icons/icon.png"