-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
47 lines (38 loc) · 866 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
name: toe_tack_tick
description: A simple tic tac toe game with unbeatable AI
version: 9.2.0
environment:
sdk: ^3.0.0
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
provider: ^6.0.2
shared_preferences: ^2.0.13
flame_audio: ^2.0.4
animated_text_kit: ^4.2.2
rive: ^0.11.4
font_awesome_flutter: ^10.5.0
url_launcher: ^6.1.12
google_mobile_ads: ^5.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.13.0
test: ^1.19.0
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/audio/
- assets/riv.riv
- assets/space.riv
fonts:
- family: Hello Graduation
fonts:
- asset: assets/Hello_Graduation/HelloGraduation.ttf
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/icon.png"
adaptive_icon_background: "#FFFFFF"