-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
76 lines (68 loc) · 1.96 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
name: astolphus
description: "A new Flutter project."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.2.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_map: ^7.0.0
latlong2: ^0.9.1
cupertino_icons: ^1.0.2
get: ^4.6.6
http: ^1.2.0
google_maps_flutter: ^2.0.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter:
uses-material-design: true
fonts:
- family: Poppins
fonts:
- asset: fonts/Poppins/Poppins-Black.ttf
weight: 900
- asset: fonts/Poppins/Poppins-BlackItalic.ttf
weight: 900
style: italic
- asset: fonts/Poppins/Poppins-Bold.ttf
weight: 700
- asset: fonts/Poppins/Poppins-BoldItalic.ttf
weight: 700
style: italic
- asset: fonts/Poppins/Poppins-ExtraBold.ttf
weight: 800
- asset: fonts/Poppins/Poppins-ExtraBoldItalic.ttf
weight: 800
style: italic
- asset: fonts/Poppins/Poppins-ExtraLight.ttf
weight: 200
- asset: fonts/Poppins/Poppins-ExtraLightItalic.ttf
weight: 200
style: italic
- asset: fonts/Poppins/Poppins-Italic.ttf
style: italic
- asset: fonts/Poppins/Poppins-Light.ttf
weight: 300
- asset: fonts/Poppins/Poppins-LightItalic.ttf
weight: 300
style: italic
- asset: fonts/Poppins/Poppins-Medium.ttf
weight: 500
- asset: fonts/Poppins/Poppins-MediumItalic.ttf
weight: 500
style: italic
- asset: fonts/Poppins/Poppins-Regular.ttf
weight: 400
- asset: fonts/Poppins/Poppins-SemiBold.ttf
weight: 600
- asset: fonts/Poppins/Poppins-SemiBoldItalic.ttf
weight: 600
style: italic
- asset: fonts/Poppins/Poppins-Thin.ttf
weight: 100
- asset: fonts/Poppins/Poppins-ThinItalic.ttf
weight: 100
style: italic