-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubspec.yaml
78 lines (73 loc) · 1.87 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
75
76
77
78
name: trippy
description: A new Flutter project.
publish_to: 'none'
version: 0.1.0
environment:
sdk: '>=3.0.6 <4.0.0'
dependencies:
flutter:
sdk: flutter
http: ^0.13.3
fluttertoast: ^8.0.8
collection: ^1.15.0
sliding_up_panel: ^2.0.0+1
kakao_map_plugin: ^0.1.6
provider: ^5.0.0
animated_notch_bottom_bar: ^1.0.0
google_fonts: ^4.0.4
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/fonts/
fonts:
- family: Dmsans
fonts:
- asset: assets/fonts/DMSans-Thin.ttf
weight: 100
- asset: assets/fonts/DMSans-Light.ttf
weight: 300
- asset: assets/fonts/DMSans-Regular.ttf
weight: 400
- asset: assets/fonts/DMSans-Medium.ttf
weight: 500
- asset: assets/fonts/DMSans-Bold.ttf
weight: 700
- asset: assets/fonts/DMSans-Black.ttf
weight: 900
- family: Bm
fonts:
- asset: assets/fonts/bm.ttf
weight: 400
- family: As
fonts:
- asset: assets/fonts/SCDream1.otf
weight: 100
- asset: assets/fonts/SCDream2.otf
weight: 200
- asset: assets/fonts/SCDream3.otf
weight: 300
- asset: assets/fonts/SCDream4.otf
weight: 400
- asset: assets/fonts/SCDream5.otf
weight: 500
- asset: assets/fonts/SCDream6.otf
weight: 600
- asset: assets/fonts/SCDream7.otf
weight: 700
- asset: assets/fonts/SCDream8.otf
weight: 800
- asset: assets/fonts/SCDream9.otf
weight: 900
- family: Air
fonts:
- asset: assets/fonts/AirbnbCereal_W_Bk.otf
weight: 300
- asset: assets/fonts/AirbnbCereal_W_Md.otf
weight: 500
- asset: assets/fonts/AirbnbCereal_W_Bd.otf
weight: 700