-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
41 lines (41 loc) · 881 Bytes
/
pubspec.yaml
File metadata and controls
41 lines (41 loc) · 881 Bytes
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
description: "A new Flutter application."
name: "flutterapp"
publish_to: "none"
version: "1.0.0+1"
dependencies:
cupertino_icons: "^1.0.5"
path_drawing: "^1.0.0"
flutter:
sdk: "flutter"
dev_dependencies:
flutter_test:
sdk: "flutter"
environment:
sdk: ">=2.12.0 <3.0.0"
flutter:
assets:
- "assets/images/"
fonts:
-
family: "Inter"
fonts:
-
asset: "fonts/Inter-regular.ttf"
style: "normal"
weight: 400
-
family: "Montserrat"
fonts:
-
asset: "fonts/Montserrat-500.ttf"
style: "normal"
weight: 500
-
asset: "fonts/Montserrat-regular.ttf"
style: "normal"
weight: 400
-
asset: "fonts/Montserrat-600.ttf"
style: "normal"
weight: 600
uses-material-design: true