-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpubspec.yaml
67 lines (54 loc) · 1.17 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
name: flutter_application
description: A new Flutter project.
version: 1.0.0+1
environment:
sdk: ">=2.12.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
#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.17.1
dev_dependencies:
flutter_test:
sdk: flutter
build_runner:
json_serializable:
freezed:
flutter_lints:
flutter_launcher_icons:
flutter_native_splash:
# 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/
flutter_intl:
enabled: true