forked from DanielGallo/Flutter-2D-Game-Sample
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
53 lines (43 loc) · 973 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
53 lines (43 loc) · 973 Bytes
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
name: endless_runner
description: A Flame game template built with Flutter.
# Prevent accidental publishing to pub.dev.
publish_to: 'none'
version: 0.1.0
environment:
sdk: ^3.8.0
dependencies:
flame: ^1.18.0
flutter:
sdk: flutter
audioplayers: ^6.0.0
flame_audio: ^2.10.2
go_router: ^15.2.0
provider: ^6.1.2
shared_preferences: ^2.2.3
nes_ui: ^0.24.1
google_fonts: ^6.2.0
logging: ^1.2.0
dev_dependencies:
flame_test: ^1.16.2
flutter_lints: ^6.0.0
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.14.4
test: ^1.25.0
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/images/dash/
- assets/images/enemies/
- assets/images/scenery/
- assets/music/
- assets/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"