-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
69 lines (61 loc) · 1.33 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
name: starship_shooter
description: Flutter starship shooter
version: 1.0.0+1
publish_to: none
environment:
sdk: ">=3.1.0 <4.0.0"
dependencies:
audioplayers: ^5.2.1
bloc: ^8.1.4
equatable: ^2.0.5
flame: ^1.17.0
flame_audio: ^2.10.1
flame_behaviors: ^1.1.0
flame_bloc: ^1.11.1
flutter:
sdk: flutter
flutter_bloc: ^8.1.5
flutter_launcher_icons: ^0.13.1
flutter_localizations:
sdk: flutter
fullscreen_window: ^1.0.4
google_fonts: ^6.2.1
intl: ^0.18.1
mockingjay: ^0.5.0
dev_dependencies:
bloc_test: ^9.1.7
flame_test: ^1.16.1
flutter_test:
sdk: flutter
mocktail: ^1.0.3
msix: ^3.16.7
very_good_analysis: ^5.1.0
flutter:
uses-material-design: true
generate: true
assets:
- assets/audio/
- assets/images/
- assets/images/klondike_sprites.png
- assets/licenses/poppins/
fonts:
- family: "04B_03"
fonts:
- asset: assets/fonts/04B_03__.TTF
msix_config:
display_name: Starship Shooter
publicer_display_name: Nexer AB
identity_name: com.nexergroup.starship-shooter
msix_version: 1.0.0.0
languages: en-us
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/images/AI-Logo.png"
web:
generate: true
image_path: "assets/images/AI-Logo.png"
windows:
generate: true
image_path: "assets/images/AI-Logo.png"
icon_size: 256