-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
57 lines (47 loc) · 1.05 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
name: life_force
description: Modeled after the original LifeForce.
# Prevent accidental publishing to pub.dev.
publish_to: 'none'
version: 0.0.0+0
environment:
sdk: ^3.0.0
dependencies:
flame: ^1.10.1
flutter:
sdk: flutter
audioplayers: ^5.2.0
cupertino_icons: ^1.0.6
flame_audio: ^2.1.3
go_router: ^12.1.0
provider: ^6.0.5
shared_preferences: ^2.2.2
nes_ui: ^0.10.0
google_fonts: ^6.1.0
logging: ^1.2.0
dev_dependencies:
flame_test: ^1.14.0
flutter_lints: ^3.0.1
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.13.1
test: ^1.24.3
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/images/dash/
- assets/images/ship/
- assets/images/powerup/
- assets/images/enemies/
- assets/images/scenery/
- assets/music/
- assets/sfx/
- assets/sfx/life_force_sfx/
fonts:
- family: Press Start 2P
fonts:
- asset: assets/fonts/Press_Start_2P/PressStart2P-Regular.ttf
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/icons/icon.png"