This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 120
/
pubspec.yaml
99 lines (92 loc) · 2.1 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
name: super_dash
description: A Very Good Platformer Game generated by Very Good CLI.
version: 1.0.0+16
publish_to: none
environment:
sdk: '>=3.2.0 <4.0.0'
flutter: 3.16.0
dependencies:
app_ui:
path: packages/app_ui
audioplayers: ^5.2.0
authentication_repository:
path: packages/authentication_repository
bloc: ^8.1.2
cloud_firestore: ^4.15.6
equatable: ^2.0.5
file_selector: ^1.0.1
firebase_analytics: ^10.8.7
firebase_auth: ^4.17.6
firebase_core: ^2.25.5
flame: ^1.10.0
flame_behaviors: ^1.0.0
flame_tiled: ^1.15.0
flow_builder: ^0.0.9
flutter:
sdk: flutter
flutter_bloc: ^8.1.3
flutter_localizations:
sdk: flutter
font_awesome_flutter: ^10.6.0
intl: ^0.18.0
leaderboard_repository:
path: packages/leaderboard_repository
leap: ^0.2.1
logging: ^1.2.0
ordered_set: ^5.0.2
path: ^1.8.3
pathxp: ^0.4.0
provider: ^6.0.5
share_plus: ^7.2.1
shared_preferences: ^2.2.2
url_launcher: ^6.2.1
dev_dependencies:
bloc_test: ^9.1.2
flame_test: ^1.14.0
flutter_launcher_icons: ^0.13.1
flutter_test:
sdk: flutter
mocktail: ^1.0.0
very_good_analysis: ^5.0.0
dependency_overrides:
flame_tiled:
git:
url: https://github.com/flame-engine/flame.git
ref: main
path: packages/flame_tiled
leap:
git:
url: https://github.com/VeryGoodOpenSource/leap.git
ref: vgv
path: packages/leap
flutter:
uses-material-design: true
generate: true
assets:
- assets/images/
- assets/map/
- assets/map/anim/
- assets/map/tiles/
- assets/map/objects/
- assets/music/
- assets/sfx/
flutter_launcher_icons:
android: true
adaptive_icon_foreround: "./android_icon.png"
adaptive_icon_background: "#5ec7db"
min_sdk_android: 26
image_path: './android_icon.png'
ios: 'ios_icon.png'
remove_alpha_ios: true
web:
generate: true
image_path: 'android_icon.png'
background_color: '#0046a3'
theme_color: '#5ec7db'
windows:
generate: true
image_path: 'android_icon.png'
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: 'android_icon.png'