-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
74 lines (65 loc) · 1.84 KB
/
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
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
name: scribbly
description: A new Flutter project.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.17.5 <3.0.0"
dependencies:
flutter:
sdk: flutter
universal_html: ^2.0.8
http: ^0.13.5
url_launcher: ^6.1.5
settings_ui: ^2.0.2
provider: ^6.0.3
hive: ^2.2.3
hive_flutter: ^1.1.0
cupertino_icons: ^1.0.2
dev_dependencies:
flutter_test:
sdk: flutter
hive_generator: ^1.1.3
build_runner: ^2.2.0
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
fonts:
- family: Nunito
fonts:
- asset: fonts/Nunito/Nunito-Regular.ttf
- asset: fonts/Nunito/Nunito-Light.ttf
weight: 300
- asset: fonts/Nunito/Nunito-Medium.ttf
weight: 500
- asset: fonts/Nunito/Nunito-SemiBold.ttf
weight: 600
- asset: fonts/Nunito/Nunito-Bold.ttf
weight: 700
- asset: fonts/Nunito/Nunito-Italic.ttf
style: italic
- family: PT Sans
fonts:
- asset: fonts/PTSans/PTSans-Regular.ttf
- asset: fonts/PTSans/PTSans-Italic.ttf
style: italic
- asset: fonts/PTSans/PTSans-Bold.ttf
weight: 700
- asset: fonts/PTSans/PTSans-BoldItalic.ttf
weight: 700
style: italic
- family: Roboto Slab
fonts:
- asset: fonts/RobotoSlab/RobotoSlab-Regular.ttf
- asset: fonts/RobotoSlab/RobotoSlab-Light.ttf
weight: 300
- asset: fonts/RobotoSlab/RobotoSlab-Medium.ttf
weight: 500
- asset: fonts/RobotoSlab/RobotoSlab-SemiBold.ttf
weight: 600
- asset: fonts/RobotoSlab/RobotoSlab-Bold.ttf
weight: 700
- family: Lexend
fonts:
- asset: fonts/Lexend/Lexend-Regular.ttf
- asset: fonts/Lexend/Lexend-Bold.ttf
weight: 700