-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
44 lines (35 loc) · 879 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
44 lines (35 loc) · 879 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
42
43
44
name: cube_store
description: A new Flutter project.
version: 1.0.0+1
environment:
sdk: ">=2.3.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.2
flutter_svg: ^0.15.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: "^0.7.3"
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/Cube-logo.png"
adaptive_icon_background: "#ffffff"
flutter:
uses-material-design: true
assets:
- assets/
- assets/images/
fonts:
- family: SofiaPro
fonts:
- asset: assets/fonts/SofiaPro/sofiapro-light.otf
weight: 300
- asset: assets/fonts/SofiaPro/sofiapro-regular.woff
weight: 400
- asset: assets/fonts/SofiaPro/sofiapro-medium.woff
weight: 500
- asset: assets/fonts/SofiaPro/sofiapro-bold.woff
weight: 700