-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
76 lines (70 loc) · 1.82 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
name: cruzall
description: Open-source HD wallet for CRUZ cryptocurrency.
version: 1.1.4+24
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
barcode_scan: ^1.0.0
cruzawl:
path: ./cruzawl
cruzawl_ui:
path: ./cruzawl-ui
jdenticon_dart: ^1.2.1+1
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_svg: ^0.14.1
package_info: 0.4.0+6
path_provider: ^1.2.0
pedantic: ^1.8.0
sembast: ^2.0.1
scoped_model: ^1.0.1
trust_fall: 1.0.1
uni_links: ^0.2.0
url_launcher: ^5.1.1
url_launcher_fde:
path: ./desktop/plugins/flutter_plugins/url_launcher_fde
dev_dependencies:
build_runner: ^1.4.0
flutter_driver:
sdk: flutter
flutter_test:
sdk: flutter
screenshots: ^2.0.2+1
test: any
flutter:
uses-material-design: true
assets:
- assets/
fonts:
- family: MartelSans
fonts:
- asset: fonts/MartelSans/MartelSans-ExtraLight.ttf
weight: 200
- asset: fonts/MartelSans/MartelSans-Light.ttf
weight: 300
- asset: fonts/MartelSans/MartelSans-Regular.ttf
weight: 400
- asset: fonts/MartelSans/MartelSans-SemiBold.ttf
weight: 600
- asset: fonts/MartelSans/MartelSans-Bold.ttf
weight: 700
- asset: fonts/MartelSans/MartelSans-ExtraBold.ttf
weight: 800
- asset: fonts/MartelSans/MartelSans-Black.ttf
weight: 900
- family: Roboto
fonts:
- asset: fonts/Roboto/Roboto-Thin.ttf
weight: 100
- asset: fonts/Roboto/Roboto-Light.ttf
weight: 300
- asset: fonts/Roboto/Roboto-Regular.ttf
weight: 400
- asset: fonts/Roboto/Roboto-Medium.ttf
weight: 500
- asset: fonts/Roboto/Roboto-Bold.ttf
weight: 700
- asset: fonts/Roboto/Roboto-Black.ttf
weight: 900