-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
76 lines (68 loc) · 2.32 KB
/
pubspec.yaml
File metadata and controls
76 lines (68 loc) · 2.32 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
name: neubrutalism_party_dice
description: "Party Dice Game"
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.5.0-180.3.beta <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
font_awesome_flutter: ^10.7.0
google_fonts: ^6.2.1
patterns_canvas: ^0.5.0
flutter_screenutil: ^5.9.3
flutter_3d_controller: ^1.3.1
another_flutter_splash_screen: ^1.2.1
flutter_login: ^5.0.0
flutter_native_splash: ^2.4.1
firebase_core: ^2.24.2
firebase_auth: ^4.16.0
google_sign_in: ^6.2.1
flutter_facebook_auth: ^7.0.1
firebase_analytics: ^10.8.0
cloud_firestore: ^4.14.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter:
uses-material-design: true
assets:
- assets/images/premium_dice.png
- assets/images/custom_actions.png
- assets/images/party_themes.png
- assets/images/avatars.png
- assets/images/extra_time.png
- assets/images/pro_features.png
- assets/images/splash_screen.png
- assets/images/partydicelogo.png
# - assets/3d/dice.glb
- assets/google_fonts/Roboto_Condensed/static/RobotoCondensed-Regular.ttf
- assets/google_fonts/Roboto_Condensed/static/RobotoCondensed-Bold.ttf
- assets/google_fonts/Satisfy/Satisfy-Regular.ttf
- assets/google_fonts/Rampart_One/RampartOne-Regular.ttf
- assets/google_fonts/Mochiy_Pop_One/MochiyPopOne-Regular.ttf
- assets/google_fonts/Bungee/Bungee-Regular.ttf
- assets/google_fonts/Black_Ops_One/BlackOpsOne-Regular.ttf
fonts:
- family: RobotoCondensed
fonts:
- asset: assets/google_fonts/Roboto_Condensed/static/RobotoCondensed-Regular.ttf
- asset: assets/google_fonts/Roboto_Condensed/static/RobotoCondensed-Bold.ttf
weight: 700
- family: MochiyPopOne
fonts:
- asset: assets/google_fonts/Mochiy_Pop_One/MochiyPopOne-Regular.ttf
- family: Satisfy
fonts:
- asset: assets/google_fonts/Satisfy/Satisfy-Regular.ttf
- family: Bungee
fonts:
- asset: assets/google_fonts/Bungee/Bungee-Regular.ttf
- family: RampartOne
fonts:
- asset: assets/google_fonts/Rampart_One/RampartOne-Regular.ttf
- family: BlackOpsOne
fonts:
- asset: assets/google_fonts/Black_Ops_One/BlackOpsOne-Regular.ttf