-
Notifications
You must be signed in to change notification settings - Fork 21
/
pubspec.yaml
77 lines (66 loc) · 2 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
name: flutterchallenges
description: A new Flutter project.
publish_to: 'none'
version: 1.1.0+1
environment:
sdk: ">=2.18.4 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flutter_svg: ^1.1.6
flutter_bloc: ^8.1.1
equatable: ^2.0.5
dev_dependencies:
flutter_test:
sdk: flutter
very_good_analysis: ^3.1.0
flutter:
uses-material-design: true
assets:
- assets/space_concept/
- assets/travel_app/
- assets/facebook_redesign/
fonts:
- family: Mark
fonts:
- asset: fonts/mark/Mark-Regular.otf
- asset: fonts/mark/Mark-Bold.otf
weight: 700
- asset: fonts/mark/Mark-Medium.otf
weight: 600
- asset: fonts/mark/Mark-Light.otf
weight: 500
- asset: fonts/mark/Mark-Thin.otf
weight: 400
- family: SF-Pro-Display
fonts:
- asset: fonts/sf_pro_display/SF-Pro-Display-Regular.otf
- asset: fonts/sf_pro_display/SF-Pro-Display-Bold.otf
weight: 800
- asset: fonts/sf_pro_display/SF-Pro-Display-Semibold.otf
weight: 700
- asset: fonts/sf_pro_display/SF-Pro-Display-Medium.otf
weight: 600
- asset: fonts/sf_pro_display/SF-Pro-Display-Light.otf
weight: 500
- family: SF-Pro-Text
fonts:
- asset: fonts/sf_pro_text/SF-Pro-Text-Regular.otf
- asset: fonts/sf_pro_text/SF-Pro-Text-Bold.otf
weight: 800
- asset: fonts/sf_pro_text/SF-Pro-Text-Semibold.otf
weight: 700
- asset: fonts/sf_pro_text/SF-Pro-Text-Medium.otf
weight: 600
- asset: fonts/sf_pro_text/SF-Pro-Text-Light.otf
weight: 500
- family: Hybi11-Amigo
fonts:
- asset: fonts/hybi11_amigo/Hybi11-Amigo-Regular.ttf
- asset: fonts/hybi11_amigo/Hybi11-Amigo-Bold.ttf
weight: 800
- asset: fonts/hybi11_amigo/Hybi11-Amigo-SemiBold.ttf
weight: 700
- asset: fonts/hybi11_amigo/Hybi11-Amigo-Light.ttf
weight: 500