-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpubspec.yaml
41 lines (35 loc) · 945 Bytes
/
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
name: zombies
description: "A new Flutter project."
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=3.3.0-170.0.dev <4.0.0"
dependencies:
equatable: ^2.0.5
flame: ^1.13.0
flame_behaviors: ^1.0.0
flame_tiled: ^1.13.0
flutter:
sdk: flutter
logging: ^1.2.0
vector_math: ^2.1.4
dev_dependencies:
assets_gen: ^1.5.0
build_runner: ^2.4.6
flutter_lints: ^2.0.0
flutter_test:
sdk: flutter
# The following section is specific to Flutter packages.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/tiles/world.tmx
- assets/characters/Adventurer/Poses/
- assets/characters/Zombie/Poses/
- assets/dungeon/
- assets/town/
- assets/Fireball1.png