-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
55 lines (45 loc) · 1.07 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
name: basic
description: A basic game built in Flutter.
# Prevent accidental publishing to pub.dev.
publish_to: 'none'
version: 0.0.1+1
environment:
sdk: ^3.5.0
dependencies:
flutter:
sdk: flutter
audioplayers: ^6.0.0
go_router: ^14.0.0
logging: ^1.2.0
provider: ^6.1.2
shared_preferences: ^2.2.3
flame: ^1.23.0
chains_of_duty_lib:
path: ./chains_of_duty_lib
dev_dependencies:
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.14.0
test: ^1.24.3
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/music/
- assets/sfx/
- assets/
- assets/images/player.png
- assets/images/enemy.png
- assets/images/weapon.png
# Add any other game assets here
fonts:
- family: Permanent Marker
fonts:
- asset: assets/fonts/Permanent_Marker/PermanentMarker-Regular.ttf
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/icons/icon.png"
adaptive_icon_background: "#FFFFFF"
adaptive_icon_foreground: "assets/icons/icon-adaptive-foreground.png"