-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
71 lines (61 loc) · 1.42 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
name: gomiland
description: "Recycling game"
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.1.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flame: ^1.16.0
flame_audio: ^2.1.7
provider: ^6.1.1
flame_tiled: ^1.18.3
flame_bloc: ^1.10.9
flutter_bloc: ^8.1.3
equatable: ^2.0.5
jenny: ^1.2.1
collection: ^1.18.0
flame_tiled_utils: ^1.1.1
country_picker: ^2.0.24
firebase_core: ^2.25.4
firebase_auth: ^4.17.5
cloud_firestore: ^4.15.5
flutter_launcher_icons: ^0.13.1
dev_dependencies:
assets_gen: ^1.5.0
build_runner: ^2.4.6
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter_launcher_icons:
android: "launcher_icon"
ios: true
remove_alpha_ios: true
image_path: "assets/images/logo/gomiland_icon.png"
min_sdk_android: 21
flutter:
uses-material-design: true
assets:
- assets/
- assets/tiles/
- assets/audio/bgm/
- assets/audio/sfx/
- assets/images/
- assets/images/trees/
- assets/images/ui/
- assets/images/npcs/
- assets/images/buildings/
- assets/images/spritesheets/
- assets/images/logo/
- assets/images/player/
- assets/images/objects/
- assets/images/rubbish/
- assets/images/tile_maps/
- assets/images/landing/
- assets/yarn/
fonts:
- family: minecraft
fonts:
- asset: fonts/minecraft.ttf