forked from nhancv/nft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
101 lines (93 loc) · 2.79 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
name: nft
description: Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. This template is created by nhancv.
version: 2.0.0+202106001
homepage: https://github.com/nhancv/nft
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.3
meta: ^1.3.0
intl: ^0.17.0
flutter_screenutil: ^5.0.0+2
flutter_spinkit: ^5.0.0
fluttertoast: ^8.0.7
flushbar: ^1.10.4
provider: ^5.0.0
logger: ^1.0.0
tuple: ^2.0.0
dio: ^4.0.0
email_validator: ^2.0.1
npreferences: ^4.0.0
simple_animations: ^3.1.1
flutter_intl:
enabled: true
dev_dependencies:
build_runner: any
flutter_driver:
sdk: flutter
flutter_test:
sdk: flutter
lint: any
mockito: any
test: any
flutter_launcher_icons: any
flutter_icons:
ios: true
android: true
image_path_ios: "assets/base/icons/app_icon_ios.png"
image_path_android: "assets/base/icons/app_icon_ad.png"
adaptive_icon_background: "assets/base/icons/adaptive_icon_background.png" # for Android 8.0+ devices
adaptive_icon_foreground: "assets/base/icons/adaptive_icon_foreground.png" # for Android 8.0+ devices
# To Generate icon
# flutter pub get
# flutter pub run flutter_launcher_icons:main
flutter:
uses-material-design: true
assets:
- assets/base/icons/
- assets/base/fonts/
- assets/app/icons/
- assets/app/fonts/
fonts:
- family: Roboto
fonts:
- asset: assets/base/fonts/Roboto/Roboto-Thin.ttf
weight: 100
- asset: assets/base/fonts/Roboto/Roboto-Light.ttf
weight: 300
- asset: assets/base/fonts/Roboto/Roboto-Regular.ttf
weight: 400
- asset: assets/base/fonts/Roboto/Roboto-Medium.ttf
weight: 500
- asset: assets/base/fonts/Roboto/Roboto-Bold.ttf
weight: 700
- asset: assets/base/fonts/Roboto/Roboto-Black.ttf
weight: 900
- family: Lato
fonts:
- asset: assets/app/fonts/Lato/Lato-Thin.ttf
weight: 100
- asset: assets/app/fonts/Lato/Lato-ThinItalic.ttf
style: italic
weight: 100
- asset: assets/app/fonts/Lato/Lato-Light.ttf
weight: 300
- asset: assets/app/fonts/Lato/Lato-LightItalic.ttf
style: italic
weight: 300
- asset: assets/app/fonts/Lato/Lato-Regular.ttf
weight: 400
- asset: assets/app/fonts/Lato/Lato-Bold.ttf
weight: 700
- asset: assets/app/fonts/Lato/Lato-BoldItalic.ttf
style: italic
weight: 700
- asset: assets/app/fonts/Lato/Lato-Black.ttf
weight: 900
- asset: assets/app/fonts/Lato/Lato-BlackItalic.ttf
style: italic
weight: 900