-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
80 lines (73 loc) · 2.17 KB
/
pubspec.yaml
File metadata and controls
80 lines (73 loc) · 2.17 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
name: giraffe
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.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_svg: ^0.17.4
flutter_markdown: ^0.4.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/graphics/giraffe.svg
- assets/graphics/observation.jpg
- assets/graphics/feelings.jpg
- assets/graphics/needs.jpg
- assets/graphics/request.jpg
- assets/graphics/diagram-nvc.png
- assets/graphics/diagram-bad.png
- assets/markdown/howto.md
fonts:
- family: Inter Sans
fonts:
- asset: assets/fonts/Inter-Black.ttf
weight: 900
- asset: assets/fonts/Inter-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Inter-Bold.ttf
weight: 700
- asset: assets/fonts/Inter-SemiBold.ttf
weight: 600
- asset: assets/fonts/Inter-Medium.ttf
weight: 500
- asset: assets/fonts/Inter-Regular.ttf
weight: 400
- asset: assets/fonts/Inter-Light.ttf
weight: 300
- asset: assets/fonts/Inter-ExtraLight.ttf
weight: 200
- asset: assets/fonts/Inter-Thin.ttf
weight: 100
- asset: assets/fonts/Inter-BlackItalic.ttf
weight: 900
style: italic
- asset: assets/fonts/Inter-ExtraBoldItalic.ttf
weight: 800
style: italic
- asset: assets/fonts/Inter-BoldItalic.ttf
weight: 700
style: italic
- asset: assets/fonts/Inter-SemiBoldItalic.ttf
weight: 600
style: italic
- asset: assets/fonts/Inter-MediumItalic.ttf
weight: 500
style: italic
- asset: assets/fonts/Inter-Italic.ttf
weight: 400
style: italic
- asset: assets/fonts/Inter-LightItalic.ttf
weight: 300
style: italic
- asset: assets/fonts/Inter-ExtraLightItalic.ttf
weight: 200
style: italic
- asset: assets/fonts/Inter-ThinItalic.ttf
weight: 100
style: italic