-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
48 lines (40 loc) · 885 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
name: alohapp
description: "A new Flutter project."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.5.3
dependencies:
flutter:
sdk: flutter
http: ^1.2.2
shared_preferences: ^2.0.15
hive: ^2.1.0 # Ensure this version is up to date
hive_flutter: ^1.1.0
lottie:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter_launcher_icons: ^0.10.0
flutter_icons:
android: true
ios: true
image_path: assets/aloha.png
flutter:
uses-material-design: true
assets:
- assets/aloha.png
- assets/loader.json
- assets/space.json
# Add the fonts section
fonts:
- family: Audiowide
fonts:
- asset: assets/fonts/Audiowide-Regular.ttf
- family: Dot
fonts:
- asset: assets/fonts/Dot-Regular.ttf
- family: Cousine
fonts:
- asset: assets/fonts/Cousine-Regular.ttf