forked from hasancse91/flutter_getx_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
61 lines (56 loc) · 1.28 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
name: flutter_getx_template
description: Boilarplate template of Flutter GetX.
publish_to: none
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: '2.8.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.4
get: ^4.5.1
flutter_svg: ^0.22.0
dio: ^4.0.4
shared_preferences: ^2.0.10
flutter_localizations:
sdk: flutter
intl: ^0.17.0
cached_network_image: ^3.2.0
animations: ^2.0.2
logger: ^1.1.0
pretty_dio_logger: ^1.1.1
font_awesome_flutter: ^9.2.0
fluttertoast: ^8.0.8
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.4
analyzer: any
dart_code_metrics: any
change_app_package_name: ^1.0.0
flutter_launcher_icons: ^0.9.2
flutter_icons:
android: "ic_launcher"
ios: true
image_path: "images/launcher_icon.png"
flutter:
generate: true
uses-material-design: true
assets:
- images/
fonts:
- family: Roboto
fonts:
- asset: fonts/Roboto-Thin.ttf
weight: 200
- asset: fonts/Roboto-Light.ttf
weight: 200
- asset: fonts/Roboto-Regular.ttf
weight: 200
- asset: fonts/Roboto-Medium.ttf
weight: 300
- asset: fonts/Roboto-Bold.ttf
weight: 600
- asset: fonts/Roboto-Italic.ttf
style: italic