-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
172 lines (159 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
name: foodapp
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: ">=2.17.1 <3.0.0"
dependencies:
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
#respovie
flutter_screenutil: ^5.0.0+2
#statemangemnt
get: ^4.6.5
#icon
ionicons: ^0.1.2
#native alert
adaptive_dialog: ^1.6.4+1
#debug
logger: ^1.1.0
#bottom Sheet
modal_bottom_sheet: ^2.1.2
cached_network_image: any
flutter_svg: ^1.1.0
#device
device_info: ^2.0.3
#local database
get_storage: ^2.0.3
shared_preferences: ^2.0.15
dev_dependencies:
flutter_test:
sdk: flutter
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/fonts/Metropolis-Bold.ttf
- assets/fonts/Metropolis-BoldItalic.ttf
- assets/fonts/Metropolis-ExtraBold.ttf
- assets/fonts/Metropolis-ExtraBoldItalic.ttf
- assets/fonts/Metropolis-Medium.ttf
- assets/fonts/Metropolis-MediumItalic.ttf
- assets/fonts/Metropolis-Regular.ttf
- assets/fonts/Metropolis-RegularItalic.ttf
- assets/fonts/Metropolis-SemiBold.ttf
- assets/fonts/Metropolis-SemiBoldItalic.ttf
- assets/images/real/apple_pie.jpg
- assets/images/real/bakery.jpg
- assets/images/real/breakfast.jpg
- assets/images/real/coffee.jpg
- assets/images/real/coffee2.jpg
- assets/images/real/coffee3.jpg
- assets/images/real/dessert.jpg
- assets/images/real/dessert2.jpg
- assets/images/real/dessert3.jpg
- assets/images/real/dessert4.jpg
- assets/images/real/dessert5.jpg
- assets/images/real/fruit.jpg
- assets/images/real/hamburger.jpg
- assets/images/real/hamburger2.jpg
- assets/images/real/hamburger3.jpg
- assets/images/real/map.png
- assets/images/real/paypal.png
- assets/images/real/pizza.jpg
- assets/images/real/pizza2.jpg
- assets/images/real/pizza3.jpg
- assets/images/real/pizza4.jpg
- assets/images/real/rice.jpg
- assets/images/real/rice2.jpg
- assets/images/real/user.jpg
- assets/images/real/visa.png
- assets/images/real/visa2.png
- assets/images/real/western.png
- assets/images/real/western2.jpg
- assets/images/virtual/add_to_cart.png
- assets/images/virtual/bag.png
- assets/images/virtual/bag_filled.png
- assets/images/virtual/camera.png
- assets/images/virtual/cart.png
- assets/images/virtual/cart_filled.png
- assets/images/virtual/cart_white.png
- assets/images/virtual/current_loc.png
- assets/images/virtual/dropdown.png
- assets/images/virtual/dropdown_filled.png
- assets/images/virtual/edit_filled.png
- assets/images/virtual/fav.png
- assets/images/virtual/fav_filled.png
- assets/images/virtual/fb.png
- assets/images/virtual/google.png
- assets/images/virtual/home.png
- assets/images/virtual/home_filled.png
- assets/images/virtual/home_white.png
- assets/images/virtual/income.png
- assets/images/virtual/info.png
- assets/images/virtual/loc.png
- assets/images/virtual/login_bg.png
- assets/images/virtual/mail.png
- assets/images/virtual/MealMonkeyLogo.png
- assets/images/virtual/menu.png
- assets/images/virtual/menu_filled.png
- assets/images/virtual/more.png
- assets/images/virtual/more_filled.png
- assets/images/virtual/next.png
- assets/images/virtual/next_filled.png
- assets/images/virtual/noti.png
- assets/images/virtual/search_filled.png
- assets/images/virtual/shopping_bag.png
- assets/images/virtual/splashIcon.png
- assets/images/virtual/star.png
- assets/images/virtual/star_filled.png
- assets/images/virtual/user.png
- assets/images/virtual/user_filled.png
- assets/images/virtual/vector1.png
- assets/images/virtual/vector2.png
- assets/images/virtual/vector3.png
- assets/images/virtual/vector4.png
- assets/images/background/login_web_back.jpg
- assets/images/
# example:
fonts:
- family: Metropolis
fonts:
- asset: assets/fonts/Metropolis-Regular.ttf
- asset: assets/fonts/Metropolis-RegularItalic.ttf
style: italic
- asset: assets/fonts/Metropolis-Bold.ttf
weight: 700
- asset: assets/fonts/Metropolis-BoldItalic.ttf
style: italic
weight: 700
- asset: assets/fonts/Metropolis-ExtraBold.ttf
weight: 900
- asset: assets/fonts/Metropolis-ExtraBoldItalic.ttf
style: italic
weight: 900
- asset: assets/fonts/Metropolis-Medium.ttf
weight: 500
- asset: assets/fonts/Metropolis-MediumItalic.ttf
weight: 500
style: italic
- asset: assets/fonts/Metropolis-SemiBold.ttf
weight: 600
- asset: assets/fonts/Metropolis-SemiBoldItalic.ttf
weight: 600
style: italic
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages