-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
52 lines (37 loc) · 899 Bytes
/
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
name: flappy_bird
description: My own flappy bird....
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.1.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flame: ^1.18.0
flutter_launcher_icons: ^0.13.1
shared_preferences: ^2.2.3
flame_audio: ^2.10.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/others/icon.png"
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "assets/others/icon.png"
background_color: "#hexcode"
theme_color: "#hexcode"
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/audio/
fonts:
- family: Game
fonts:
- asset: assets/fonts/Game.ttf