-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
129 lines (108 loc) · 2.74 KB
/
Copy pathpubspec.yaml
File metadata and controls
129 lines (108 loc) · 2.74 KB
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
name: shoe_spotter
description: "A new Flutter project."
publish_to: "none"
version: 1.0.5+1
environment:
sdk: ">=3.2.3 <4.0.0"
# Define your build configurations
dependencies:
flutter:
sdk: flutter
# Adapting screen and font size
flutter_screenutil: ^5.9.0
# State management
get: ^4.6.6
equatable: ^2.0.5
# Dependency injection
get_it: ^7.6.7
# Utility packages
intl: ^0.19.0
url_launcher: ^6.2.5
logger: ^2.2.0
flutter_native_splash: ^2.3.10
smooth_page_indicator: ^1.1.0
lottie: ^3.1.0
shimmer: ^3.0.0
# Icons
iconsax: ^0.0.8
# Product-specific packages
readmore: ^3.0.0
flutter_rating_bar: ^4.0.1
capped_progress_indicator: ^0.0.2
carousel_slider: ^4.2.1
# Local storage
get_storage: ^2.1.1
# Firebase
firebase_storage: ^11.5.5
firebase_core: ^2.27.0
cloud_firestore: ^4.15.8
firebase_auth: ^4.17.8
google_sign_in: ^6.2.1
# Image handling
image_picker: ^1.0.8
cached_network_image: ^3.3.1
# Network
internet_connection_checker: ^1.0.0+1
dio: ^5.4.3+1
# Payment gateway
flutter_stripe: ^10.1.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter_launcher_icons: ^0.13.1
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/logos/SHS_logo_1.png"
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "assets/logos/SHS_logo_1.png"
background_color: "#hexcode"
theme_color: "#hexcode"
windows:
generate: true
image_path: "assets/logos/SHS_logo_1.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
flutter:
uses-material-design: true
#--------------- LOCAL ASSETS ------------------#
assets:
- assets/logos/
- assets/icons/brands/
- assets/images/content/
- assets/images/reviews/
- assets/images/products/
- assets/icons/categories/
- assets/images/animations/
- assets/icons/payment_methods/
- assets/images/on_boarding_images/
#--------------- LOCAL FONTS ------------------#
fonts:
- family: Poppins
fonts:
- 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
- asset: assets/fonts/Poppins-Bold.ttf
weight: 800
targets:
main_development:
sources:
- lib/main_development.dart
main_production:
sources:
- lib/main_production.dart