-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpubspec.yaml
78 lines (63 loc) · 1.89 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
76
77
78
name: nubank_clone
description: Clone do aplicativo mobile da Nubank utilizando Flutter
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=3.1.0 <4.0.0"
dependencies:
bootstrap_icons: ^1.11.3
flutter_masked_text2: ^0.9.1
flutter_native_splash: ^2.4.3
material_design_icons_flutter: ^6.0.7296
page_transition: ^2.1.0
provider: ^6.1.2
flutter:
sdk: flutter
dev_dependencies:
build_runner: ^2.4.14
flutter_gen_runner: ^5.8.0
flutter_launcher_icons: ^0.14.2
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/images/
fonts:
- family: NuIcons
fonts:
- asset: assets/fonts/NuIcons.ttf
- family: Gotham-SSm
fonts:
- asset: assets/fonts/Gotham-SSm/GothamSSm-XLight.ttf
weight: 200
- asset: assets/fonts/Gotham-SSm/GothamSSm-XLightItalic.ttf
weight: 200
style: italic
- asset: assets/fonts/Gotham-SSm/GothamSSm-Light.ttf
weight: 300
- asset: assets/fonts/Gotham-SSm/GothamSSm-LightItalic.ttf
weight: 300
style: italic
- asset: assets/fonts/Gotham-SSm/GothamSSm-Book.ttf
weight: 400
- asset: assets/fonts/Gotham-SSm/GothamSSm-BookItalic.ttf
weight: 400
style: italic
- asset: assets/fonts/Gotham-SSm/GothamSSm-Medium.ttf
weight: 500
- asset: assets/fonts/Gotham-SSm/GothamSSm-MediumItalic.ttf
weight: 500
style: italic
- asset: assets/fonts/Gotham-SSm/GothamSSm-Bold.ttf
weight: 700
- asset: assets/fonts/Gotham-SSm/GothamSSm-BoldItalic.ttf
weight: 700
style: italic
- asset: assets/fonts/Gotham-SSm/GothamSSm-Black.ttf
weight: 900
- asset: assets/fonts/Gotham-SSm/GothamSSm-BlackItalic.ttf
weight: 900
flutter_gen:
output: lib/constants