-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
71 lines (66 loc) · 1.53 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
71
name: EileMitWeile
description: EileMitWeile Flame game
version: 0.0.23+9
publish_to: none
environment:
sdk: ^2.17.0
flutter: ^3.10.2
dependencies:
flutter:
sdk: flutter
flame: ^1.6.0
yaml: ^3.1.1
flame_audio: ^2.0.3
shared_preferences: ^2.0.18
path_provider_android: ^2.0.24
path_provider_ios: ^2.0.11
dev_dependencies:
flutter_launcher_icons: ^0.13.1
build_runner: ^2.1.7
canvas_test: ^0.2.0
drift_dev: ^2.5.2
flame_test: ^1.9.2
flutter_test:
sdk: flutter
very_good_analysis: ^5.0.0+1
flutter:
assets:
- assets/images/
- pubspec.yaml
- assets/audio/
- assets/audio/kill/
- assets/audio/start/
- assets/audio/triple6/
fonts:
- family: Komika
fonts:
- asset: fonts/KOMIKAX_.ttf
- family: VT323
fonts:
- asset: fonts/VT323-Regular.ttf
- family: PressStart
fonts:
- asset: fonts/PressStart2P-vaV7.ttf
- family: Poland
fonts:
- asset: fonts/PolandCanIntoBigWritingsOutline.otf
- family: PolandFull
fonts:
- asset: fonts/PolandCanIntoBigWritings.otf
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon/icon.png"
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "assets/icon/icon.png"
background_color: "#hexcode"
theme_color: "#hexcode"
windows:
generate: true
image_path: "assets/icon/icon.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/icon/icon.png"