-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
128 lines (101 loc) · 3.2 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
name: pickafrika
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: '>=3.2.3 <4.0.0'
#-------------------------------PACKAGES-----------------------------------
dependencies:
flutter:
sdk: flutter
# icons
cupertino_icons: ^1.0.2
iconsax: ^0.0.8
# STATE MANAGEMENT
get: ^4.6.6
# UTILITY PACKAGES
http: ^1.2.0
intl: ^0.18.0
logger: ^2.0.2+1
url_launcher: ^6.2.4
get_storage: ^2.1.1
flutter_native_splash: ^2.3.10
smooth_page_indicator: ^1.1.0
font_awesome_flutter: ^10.7.0
image_picker: ^1.0.7
#PRODUCT SPECIFIC
carousel_slider: ^4.2.1
readmore: ^2.2.0
flutter_rating_bar: ^4.0.1
# FIREBASE
firebase_core: ^2.25.4
lottie: ^3.1.0
connectivity_plus: ^5.0.2
firebase_auth: ^4.17.6
cloud_firestore: ^4.15.6
google_sign_in: ^6.2.1
shimmer: ^3.0.0
firebase_storage: ^11.6.7
cached_network_image: ^3.3.1
shared_preferences: ^2.2.2
#----------------------PCKAGES END--------------------------------------
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
#------------------------------LOCAL ASSETS-----------------------------
assets:
- assets/images/
- assets/images/animations/
- assets/images/banners/
- assets/images/logo_images/
- assets/images/logo_images/brand logos/
- assets/images/categories/
- assets/images/onboarding_images/
- assets/images/products/
- assets/images/products/autoparts/
- assets/images/products/chairs/
- assets/images/products/female/
- assets/images/products/men/
- assets/images/products/nike/
- assets/images/products/dell/
- assets/images/products/headphones/
- assets/images/products/apple/
- assets/images/products/jordan/
- assets/images/products/adidas/
- assets/images/products/jewelery/
- assets/icons/payment_methods/
- assets/logos/
# - assets/icons/
# 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: Poppins
fonts:
- asset: assets/fonts/Poppins-Bold.ttf
weight: 800
- asset: assets/fonts/Poppins-Light.ttf
weight: 300
- asset: assets/fonts/Poppins-Regular.ttf
weight: 400
- asset: assets/fonts/Poppins-Italic.ttf
style: italic
- asset: assets/fonts/Poppins-Medium.ttf
weight: 500
- asset: assets/fonts/Poppins-MediumItalic.ttf
weight: 500
style: italic
- asset: assets/fonts/Poppins-SemiBold.ttf
weight: 600
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages