-
Notifications
You must be signed in to change notification settings - Fork 118
/
Copy pathpubspec.yaml
39 lines (35 loc) · 947 Bytes
/
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
name: bmi_calculator
description: A new Flutter project.
version: 1.0.0+1
dependencies:
flutter:
sdk: flutter
flutter_svg: ^0.5.5+1
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- images/
fonts:
- family: SF Pro Display
fonts:
- asset: fonts/SF-Pro-Display-Ultralight.otf
weight: 100
- asset: fonts/SF-Pro-Display-Thin.otf
weight: 200
- asset: fonts/SF-Pro-Display-Light.otf
weight: 300
- asset: fonts/SF-Pro-Display-Regular.otf
weight: 400
- asset: fonts/SF-Pro-Display-Medium.otf
weight: 500
- asset: fonts/SF-Pro-Display-Semibold.otf
weight: 600
- asset: fonts/SF-Pro-Display-Bold.otf
weight: 700
- asset: fonts/SF-Pro-Display-Heavy.otf
weight: 800
- asset: fonts/SF-Pro-Display-Black.otf
weight: 900