-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
65 lines (52 loc) · 1.26 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
name: rescue_my_beauty
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.7+2
environment:
sdk: ">=2.17.5 <3.0.0"
dependencies:
flutter:
sdk: flutter
hive: ^2.2.3
sprung: ^3.0.0
bonfire: 2.6.0
flame_audio: ^1.3.0
hive_flutter: ^1.1.0
cupertino_icons: ^1.0.5
flame_splash_screen: ^0.1.0
flutter_smart_dialog: ^4.5.3+6
ff_annotation_route_library: ^3.0.0
path_provider: ^2.0.11
shared_preferences: ^2.0.15
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: any
flutter_lints: ^2.0.1
hive_generator: ^1.1.3
process_run: ^0.12.3+2
flutter:
uses-material-design: true
assets:
- assets/audio/
- assets/images/
- assets/images/emotes/
- assets/images/enemy/
- assets/images/joystick/
- assets/images/enemy/boss/
- assets/images/enemy/mini_boss/
- assets/images/enemy/little_monster/
- assets/images/enemy/medium_monster/
- assets/images/items/
- assets/images/player/
- assets/images/tiles/
fonts:
- family: pixel
fonts:
- asset: fonts/font_pixel.ttf
- family: cn
fonts:
- asset: fonts/Slideqiuhong-Regular.ttf
dependency_overrides:
tiledjsonreader: 1.1.0
flame: 1.2.1