-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
81 lines (69 loc) · 1.81 KB
/
pubspec.yaml
File metadata and controls
81 lines (69 loc) · 1.81 KB
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
72
73
74
75
76
77
78
79
80
81
name: socket_showdown
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.1.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flame: ^1.14.0
flame_forge2d: ^0.16.0+4
flame_rive: ^1.9.10
shared_preferences: ^2.2.2
firebase_core: ^2.24.2
cloud_firestore: ^4.14.0
flame_audio: ^2.1.8
carousel_slider: ^4.2.1
im_stepper: ^1.0.1+1
url_launcher: ^6.2.5
lottie: ^3.1.0
flutter_launcher_icons: ^0.13.1
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/icon.png"
min_sdk_android: 21 # android min sdk min:16, default 21
macos:
generate: true
image_path: "assets/images/icon.png"
web:
generate: true
image_path: "assets/images/icon.png"
background_color: "#49adffff"
theme_color: "#49adff"
windows:
generate: true
image_path: "assets/images/icon.png"
icon_size: 48 # min:48, max:256, default: 48
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
assets:
- assets/images/player.png
- assets/images/ground.png
- assets/animations/toaster.riv
- assets/animations/bell_animation.json
- assets/images/crane_base.png
- assets/images/crane_body.png
- assets/images/logo.png
- assets/images/logo_blue.png
- assets/images/logo_red.png
- assets/images/fog.png
- assets/images/thunder_icon.png
- assets/images/characters/
- assets/images/buttons/
- assets/images/cards/
- assets/audio/bg_sound.wav
- assets/audio/drop.mp3
- assets/audio/touch.mp3
- assets/audio/smash.mp3
- assets/audio/key.mp3
fonts:
- family: TitleFont
fonts:
- asset: assets/fonts/titleFont.ttf