-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
147 lines (137 loc) · 3.95 KB
/
pubspec.yaml
File metadata and controls
147 lines (137 loc) · 3.95 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
name: advanced_xo_game
description: Advanced Tic Tac Toe game with enhanced UI/UX, adaptive AI,
undo/redo and game history using BLoC.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
cupertino_icons: ^1.0.2
equatable: ^2.0.3
flutter:
sdk: flutter
flutter_bloc: ^9.0.0
path: ^1.8.0
sqflite: ^2.0.0+4
shared_preferences: ^2.2.2
audioplayers: ^5.2.1
vibration: ^2.0.0
share_plus: ^7.2.1
fl_chart: ^0.66.0
url_launcher: ^6.2.2
path_provider: ^2.1.1
intl: ^0.18.1
file_picker: ^10.3.3
confetti: ^0.7.0
lottie: ^3.0.0
dev_dependencies:
flutter_launcher_icons: "^0.14.3"
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/icon/icon.png
- assets/fonts/
- assets/sounds/
- assets/sounds/music/
fonts:
- family: Inter
fonts:
- asset: assets/fonts/Inter-Light.ttf
weight: 300
- asset: assets/fonts/Inter-Regular.ttf
weight: 400
- asset: assets/fonts/Inter-Bold.ttf
weight: 700
- asset: assets/fonts/Inter-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Inter-Medium.ttf
weight: 500
- asset: assets/fonts/Inter-SemiBold.ttf
weight: 600
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-Bold.ttf
weight: 700
- asset: assets/fonts/Poppins-Medium.ttf
weight: 500
- asset: assets/fonts/Poppins-Regular.ttf
weight: 400
- asset: assets/fonts/Poppins-SemiBold.ttf
weight: 600
- family: Almarai
fonts:
- asset: assets/fonts/Almarai-Light.ttf
weight: 300
- asset: assets/fonts/Almarai-Regular.ttf
weight: 400
- asset: assets/fonts/Almarai-Bold.ttf
weight: 700
- asset: assets/fonts/Almarai-ExtraBold.ttf
weight: 800
- family: NunitoSans
fonts:
- asset: assets/fonts/NunitoSans-Light.ttf
weight: 300
- asset: assets/fonts/NunitoSans-Regular.ttf
weight: 400
- asset: assets/fonts/NunitoSans-Medium.ttf
weight: 500
- asset: assets/fonts/NunitoSans-Bold.ttf
weight: 700
- asset: assets/fonts/NunitoSans-ExtraBold.ttf
weight: 800
- family: InterDisplay
fonts:
- asset: assets/fonts/InterDisplay-Light.ttf
weight: 300
- asset: assets/fonts/InterDisplay-Regular.ttf
weight: 400
- asset: assets/fonts/InterDisplay-Medium.ttf
weight: 500
- asset: assets/fonts/InterDisplay-Bold.ttf
weight: 700
- asset: assets/fonts/InterDisplay-ExtraBold.ttf
weight: 800
- family: Manrope
fonts:
- asset: assets/fonts/Manrope-Regular.otf
weight: 400
- asset: assets/fonts/Manrope-Light.otf
weight: 300
- asset: assets/fonts/manrope-medium.otf
weight: 500
- asset: assets/fonts/Manrope-Bold.otf
weight: 700
- asset: assets/fonts/Manrope-ExtraBold.otf
weight: 800
- family: Raleway
fonts:
- asset: assets/fonts/Raleway-Regular.ttf
weight: 400
- asset: assets/fonts/Raleway-Light.ttf
weight: 300
- asset: assets/fonts/Raleway-Medium.ttf
weight: 500
- asset: assets/fonts/Raleway-Bold.ttf
weight: 700
- asset: assets/fonts/Raleway-ExtraBold.ttf
weight: 800
- family: SFProDisplay
fonts:
- asset: assets/fonts/SFPRODISPLAY-REGULAR.OTF
weight: 400
- asset: assets/fonts/SFPRODISPLAY-MEDIUM.OTF
weight: 500
- asset: assets/fonts/SFPRODISPLAY-BOLD.OTF
weight: 700
flutter_launcher_icons:
android: true
ios: true
web: true
macos: true
windows: true
image_path: "assets/icon/icon.png"
min_sdk_android: 21