-
Notifications
You must be signed in to change notification settings - Fork 37
/
pubspec.yaml
91 lines (86 loc) · 2.44 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
name: e_commerce_app
description: A new Flutter project.
# The following line prevents the package from being accidentally published to
# pub.dev using `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.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
#map
google_maps_flutter: ^2.0.1
flutter_google_places: ^0.3.0
#firebase
firebase_core: ^1.0.0
cloud_firestore: ^1.0.0
firebase_storage: ^8.0.0
firebase_auth: ^1.0.0
google_sign_in: 5.0.0
#image
image_picker: ^0.7.2
image_gallery_saver: ^1.6.8
multi_image_picker: ^4.8.0
#bloc
flutter_bloc: ^7.0.0
#provider
provider: ^5.0.0-nullsafety.5
#payment
square_in_app_payments: ^1.6.0
#data
equatable: ^2.0.0
meta: ^1.1.6
intl: ^0.17.0
rxdart: ^0.26.0
#UI
flutter_spinkit: ^5.0.0
carousel_slider: ^4.0.0-nullsafety.0
shimmer: ^2.0.0-nullsafety.0
#Others
shared_preferences: ^2.0.4
uuid: ^3.0.3
fluttertoast: ^8.0.3
dio: ^4.0.0
url_launcher: ^6.0.3
dropdown_search: ^0.6.1
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.0
flutter_svg: ^0.21.0-nullsafety.0 # Help us to use svg in our app
flutter_launcher_icons: ^0.9.0
path_provider: ^2.0.1
dev_dependencies:
flutter_test:
sdk: flutter
# The following section is specific to Flutter.
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/icons/
- assets/images/
- assets/locale/
# To add custom fonts to your application, add a fonts section here,
fonts:
- family: Roboto
fonts:
- asset: assets/fonts/roboto/Roboto-Regular.ttf
weight: 400
- asset: assets/fonts/roboto/Roboto-Medium.ttf
weight: 500
- asset: assets/fonts/roboto/Roboto-Bold.ttf
weight: 600
- family: Poppins
fonts:
- asset: assets/fonts/poppins/Poppins-Regular.otf
weight: 400
- asset: assets/fonts/poppins/Poppins-Medium.otf
weight: 500
- asset: assets/fonts/poppins/Poppins-SemiBold.otf
weight: 600