-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
187 lines (155 loc) · 5.6 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
name: eventually_vendor
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=2.19.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flutter_zoom_drawer: ^3.0.4+1
flutter_svg: ^2.0.5
get: ^4.6.5
dotted_border: ^2.0.0+3
image_picker: ^0.8.7+5
flutter_slidable: ^3.0.0
dropdown_button2: ^2.1.4
fl_chart: ^0.62.0
firebase_core: ^2.14.0
firebase_auth: ^4.6.3
cloud_firestore: ^4.8.2
email_validator: ^2.1.17
# month_year_picker: ^0.2.0+4
flutter_month_picker: ^0.0.2
shared_preferences: ^2.2.0
flutter_otp_text_field: ^1.1.1
otp: ^3.1.4
google_sign_in: ^6.1.5
firebase_storage: ^11.2.5
flutter_spinkit: ^5.2.0
liquid_pull_to_refresh: ^3.0.1
flutter_email_sender: ^6.0.1
http: ^0.13.6
emailjs: ^1.1.0
syncfusion_flutter_charts: ^21.2.4
custom_clippers: ^2.0.0
dev_dependencies:
flutter_test:
sdk: flutter
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^2.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/images/logo.png
- assets/images/arrow.png
- assets/images/screen1.png
- assets/images/screen2.png
- assets/images/screen3.png
- assets/images/google-logo.png
- assets/images/forgot_password.png
- assets/images/reset_password.png
- assets/images/profileimage.png
- assets/images/food.png
- assets/images/unavailable.png
- assets/images/trophy.png
- assets/images/topOrderImage1.png
- assets/images/topOrderImage2.png
- assets/images/topOrderImage3.png
- assets/images/topOrderImage4.png
- assets/images/down.png
- assets/images/arrow.png
- assets/images/girl.png
# icons
- assets/icons/finance.svg
- assets/icons/financeFill.svg
- assets/icons/IDVerification.svg
- assets/icons/IDVerificationFill.svg
- assets/icons/bank.svg
- assets/icons/bankFill.svg
- assets/icons/paymentPolicy.svg
- assets/icons/paymentPolicyFill.svg
- assets/icons/tutorial.svg
- assets/icons/tutorialFill.svg
- assets/icons/about.svg
- assets/icons/aboutFill.svg
- assets/icons/home.svg
- assets/icons/addcircle.svg
- assets/icons/calendaredit.svg
- assets/icons/messages2.svg
- assets/icons/profilecircle.svg
- assets/icons/home_fill.svg
- assets/icons/messages2_fill.svg
- assets/icons/calendaredit_fill.svg
- assets/icons/profilecircle_fill.svg
- assets/icons/addcircle_fill.svg
- assets/icons/Profile.svg
- assets/icons/setting.svg
- assets/icons/helpCenter.svg
- assets/icons/logout.svg
- assets/icons/setting_fill.svg
- assets/icons/helpCenter_fill.svg
- assets/icons/profile_fill.svg
- assets/icons/menu.svg
- assets/icons/edit_inactive.svg
- assets/icons/edit_active.svg
- assets/icons/add_active.svg
- assets/icons/add_inactive.svg
- assets/icons/add_image.svg
- assets/icons/trash.svg
- assets/icons/sort.svg
- assets/icons/calendar.svg
- assets/icons/start_flag.svg
- assets/icons/end_flag.svg
- assets/icons/star.svg
- assets/icons/profile_menu_icon.svg
- assets/icons/editPersonalInfo.svg
- assets/icons/profileName.svg
- assets/icons/profilePhone.svg
- assets/icons/profileLocation.svg
- assets/icons/arrow.svg
- assets/icons/make_offer_selected.svg
- assets/icons/make_offer_unselected.svg
- assets/icons/customize_offer_selected.svg
- assets/icons/customize_offer_unselected.svg
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
fonts:
- family: Manrope
fonts:
- asset: assets/fonts/Manrope-Regular.ttf
- asset: assets/fonts/Manrope-Bold.ttf
- asset: assets/fonts/Manrope-Medium.ttf
- asset: assets/fonts/Manrope-SemiBold.ttf
- asset: assets/fonts/Manrope-Light.ttf
- asset: assets/fonts/Manrope-ExtraLight.ttf
- asset: assets/fonts/Manrope-ExtraBold.ttf
- family: signika
fonts:
- asset: assets/fonts/SignikaNegative-Regular.ttf
- asset: assets/fonts/SignikaNegative-Bold.ttf
- asset: assets/fonts/SignikaNegative-Light.ttf
- asset: assets/fonts/SignikaNegative-SemiBold.ttf
- asset: assets/fonts/SignikaNegative-Medium.ttf
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages