-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpubspec.yaml
52 lines (47 loc) · 1.3 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
name: portfolio
description: Portfolio site for Jeroen Meijer. Only works on web.
version: 1.1.0
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: 2.0.4
dependencies:
flutter:
sdk: flutter
cupertino_icons: 1.0.2
get_it: 6.0.0
very_good_analysis: 2.0.0
yaml: 3.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/images/
- config.yaml
fonts:
- family: AppIcons
fonts:
- asset: assets/fonts/AppIcons/AppIcons.ttf
- family: Product Sans
fonts:
- asset: assets/fonts/Product-Sans/Product-Sans-Regular.ttf
weight: 400
- asset: assets/fonts/Product-Sans/Product-Sans-Italic.ttf
weight: 400
style: italic
- asset: assets/fonts/Product-Sans/Product-Sans-Bold.ttf
weight: 700
- asset: assets/fonts/Product-Sans/Product-Sans-Bold-Italic.ttf
weight: 700
style: italic
- family: Fira Code
fonts:
- asset: assets/fonts/Fira-Code/FiraCode-Light.ttf
weight: 300
- asset: assets/fonts/Fira-Code/FiraCode-Regular.ttf
weight: 400
- asset: assets/fonts/Fira-Code/FiraCode-Medium.ttf
weight: 500
- asset: assets/fonts/Fira-Code/FiraCode-Bold.ttf
weight: 700