-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
63 lines (55 loc) · 1.32 KB
/
Copy pathpubspec.yaml
File metadata and controls
63 lines (55 loc) · 1.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
name: studynest
description: "A new Flutter project."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.8.1
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
smooth_page_indicator: ^1.2.1
lottie: ^3.3.1
intl: ^0.20.2
just_audio: ^0.10.4
hive: ^2.2.3
hive_flutter: ^1.1.0
path_provider: ^2.1.2
image_picker: ^1.0.4
dev_dependencies:
flutter_test:
sdk: flutter
hive_generator: ^2.0.1
build_runner: ^2.4.6
flutter_lints: ^6.0.0
flutter_launcher_icons: ^0.14.4
flutter_icons:
android: true
ios: true
image_path: "assets/images/nest.png"
min_sdk_android: 21
flutter:
uses-material-design: true
assets:
- assets/animations/
- assets/audio/
- assets/images/
fonts:
- family: Quicksand
fonts:
- asset: assets/fonts/Quicksand-Regular.ttf
- asset: assets/fonts/Quicksand-Bold.ttf
weight: 700
- asset: assets/fonts/Quicksand-Medium.ttf
weight: 500
- asset: assets/fonts/Quicksand-Light.ttf
weight: 300
- family: Fredoka
fonts:
- asset: assets/fonts/Fredoka-Regular.ttf
- asset: assets/fonts/Fredoka-Medium.ttf
weight: 500
- asset: assets/fonts/Fredoka-SemiBold.ttf
weight: 600
- asset: assets/fonts/Fredoka-Bold.ttf
weight: 700