-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
158 lines (134 loc) · 3.26 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
name: kiwis_flutter
description: "A new Flutter project."
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ^3.5.1
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# State Management
get: ^4.6.5
# Dependency injection
get_it: ^7.2.0
# Social login
email_validator: ^2.1.17
google_sign_in: ^6.2.1
# Networking
dio: ^5.4.0
http: ^1.2.2
dio_cache_interceptor: ^3.5.0
# Utilities
shared_preferences: ^2.0.3
image_picker: ^1.1.2
intl: ^0.18.1
# Google
google_maps_flutter: ^2.10.0
geolocator: ^13.0.2
vietmap_flutter_gl: ^3.1.1
vietmap_flutter_plugin: ^0.3.0
location: ^6.0.2
flutter_polyline_points: ^2.1.0
google_fonts: 5.1.0
# Firebase
firebase_core: ^3.4.1
firebase_auth: ^5.2.1
firebase_messaging: ^15.1.6
firebase_crashlytics: ^4.1.1
cloud_firestore: ^5.5.1
# Notification
flutter_local_notifications: ^18.0.1
# CAMERA
camera: ^0.10.5+9
# SOCKET
socket_io_client: ^3.0.2
# ICON
cupertino_icons: ^1.0.6
iconly: ^1.0.1
#DATE PICKER
time_picker_spinner_pop_up: ^2.0.0
date_picker_timeline: ^1.2.6
# CONTACT
flutter_contacts: ^1.1.9+2
# PERMISSION
permission_handler: ^11.3.1
# UI
flutter_cache_manager: ^3.3.1
velocity_x: ^4.2.1
otp_text_field: ^1.1.3
flutter_animate: ^4.5.0
flutter_svg: ^2.0.10+1
pull_to_refresh_flutter3: ^2.0.2
cached_network_image: ^3.4.1
connectivity_plus: ^6.0.5
fluttertoast: ^8.2.8
keyboard_dismisser: ^3.0.0
logger: ^2.4.0
localize_and_translate: ^5.1.2
flutter_rating_bar: ^4.0.1
responsive_grid_list: ^1.4.0
crystal_navigation_bar: ^1.0.1
card_swiper: ^3.0.1
syncfusion_flutter_calendar: ^27.1.57
table_calendar: ^3.1.2
fl_chart: ^0.69.0
mobkit_dashed_border: ^0.0.7
animated_snack_bar: ^0.4.0
image: ^4.3.0
scrollable_positioned_list: ^0.3.8
dotted_line: ^3.2.3
flutter_confetti: ^0.3.4
loading_animation_widget: ^1.3.0
flutter_dotenv: ^5.2.1
easy_stepper: ^0.8.5+1
gif: ^2.3.0
glossy: ^0.0.4
url_launcher: ^6.3.1
dependency_overrides:
flutter_svg: 1.1.6
web3dart: ^2.3.5
intl: ^0.17.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_icons:
git:
url: https://github.com/imclerran/flutter-icons.git
ref: dart-3
flutter_launcher_icons: ^0.14.2
flutter_lints: ^3.0.0
lint: ^2.3.0
flutter:
uses-material-design: true
assets:
- assets/icons/
- assets/images/
- assets/svgs/
- assets/fonts/
- assets/rive/
- assets/gif/
- .env
fonts:
- family: Google Sans
fonts:
- asset: assets/fonts/PlusJakartaSans-Bold.ttf
weight: 700
- asset: assets/fonts/PlusJakartaSans-Regular.ttf
weight: 400
- family: Google Sans Medium
fonts:
- asset: assets/fonts/PlusJakartaSans-Medium.ttf
weight: 400
- family: Oleo Script Swash Caps
fonts:
- asset: assets/fonts/OleoScriptSwashCaps-Regular.ttf
weight: 400
- family: Lemon
fonts:
- asset: assets/fonts/Lemon-Regular.ttf
get_cli:
sub_folder: false