generated from dangngocduc/flutter_application
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
98 lines (73 loc) · 1.64 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
name: flutter_application
description: A new Flutter project.
version: 1.0.0+1
environment:
sdk: ">=2.18.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# StateManagement
flutter_bloc:
tuple:
freezed_annotation:
# JsonParser
json_annotation:
# Http Client
dio:
#Svg Loader
flutter_svg:
# Local Persist
shared_preferences:
# Simple direct Service Locator
get_it:
# A collection of utilities to transform and manipulate streams.
stream_transform: ^2.0.0
responsive_framework: ^0.2.0
google_fonts: ^4.0.3
percent_indicator: ^4.2.2
carousel_slider: ^4.2.1
go_router: ^6.2.0
flutter_lorem: ^2.0.0
lottie: ^2.3.0
#auth_nav
auth_nav:
git: https://github.com/dangngocduc/auth_nav
oauth2_dio:
git: https://github.com/dangngocduc/oauth2_dio
# Collections and utilities functions and classes related to collections.
collection: ^1.16.0
fl_paging: ^2.2.0
dependency_overrides:
freezed_annotation: 2.2.0
dev_dependencies:
flutter_test:
sdk: flutter
build_runner:
json_serializable:
freezed:
flutter_lints: ^1.0.4
flutter_launcher_icons: ^0.9.2
flutter_native_splash: ^2.1.0
analyzer: ^5.9.0
# Config icon application
flutter_icons:
android: "launcher_icon"
ios: true
remove_alpha_ios: true
image_path: "assets/images/icon_app.png"
flutter:
uses-material-design: true
assets:
- assets/icons/
- assets/images/
- assets/anims/
flutter_intl:
enabled: true
flutter_gen:
output: lib/gen/ # Optional (default: lib/gen/)
line_length: 80 # Optional (default: 80)
# Optional
integrations:
flutter_svg: true