-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
146 lines (125 loc) · 3.06 KB
/
Copy pathpubspec.yaml
File metadata and controls
146 lines (125 loc) · 3.06 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
name: foodyman
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 2.8.5+385
environment:
sdk: '>=3.5.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
#base:
dio: ^5.7.0
intl: ^0.19.0
get_it: ^8.0.0
google_fonts: ^6.2.1
pull_to_refresh: ^2.0.0
flutter_screenutil: ^5.9.0
proste_indexed_stack: ^0.2.4
http: ^1.2.2
crypto: ^3.0.6
auto_route: ^9.2.0
flutter_bloc: ^8.1.3
path_provider: ^2.1.2
flutter_riverpod: ^2.5.1
freezed_annotation: ^2.4.4
shared_preferences: ^2.5.2
permission_handler: ^11.3.1
flutter_displaymode: ^0.6.0
#ui
jiffy: ^6.2.2
lottie: ^3.0.0
confetti: ^0.8.0
flutter_svg: ^2.0.9
share_plus: ^10.1.1
card_swiper: ^3.0.1
sms_autofill: ^2.2.0
blur: ^4.0.0
palette_generator: ^0.3.3
url_launcher: ^6.3.0
flutter_remix: ^0.0.3
webview_flutter: ^4.10.0
intl_phone_field: ^3.2.0
connectivity_plus: ^6.0.5
sliding_up_panel: ^2.0.0+1
flutter_rating_bar: ^4.0.1
top_snackbar_flutter: ^3.1.0
flutter_masked_text2: ^0.9.1
flutter_html: ^3.0.0-alpha.6
flutter_native_splash: ^2.4.2
smooth_page_indicator: ^1.2.0
visibility_detector: ^0.4.0+2
flutter_swipe_detector: ^2.0.0
flutter_advanced_switch: ^3.0.1
flutter_carousel_slider: ^1.1.0
floating_draggable_widget: ^2.1.5
flutter_staggered_grid_view: ^0.7.0
flutter_staggered_animations: ^1.1.1
app_tracking_transparency: ^2.0.6
remixicon: ^1.2.0
super_tooltip: ^2.0.7
shimmer: ^2.0.0 #Added
package_info_plus: ^8.2.1
device_info_plus: ^11.3.0
battery_plus: ^4.0.0
#media:
image: ^4.1.7
file_picker: ^8.0.7
image_picker: ^1.0.7
image_cropper: ^8.0.2
cached_network_image: ^3.3.1
#maps:
geocoding: ^3.0.0
geolocator: ^13.0.1
google_place:
git:
url: https://github.com/Muhammadyunusxon/google_place.git
osm_nominatim: ^3.0.1
google_maps_flutter: ^2.9.0
#auth:
google_sign_in: ^6.2.1
sign_in_with_apple: ^6.1.2
flutter_facebook_auth: ^7.0.0
#firebase:
firebase_dynamic_links: ^6.0.5
firebase_messaging: ^15.1.0
firebase_core: ^3.4.0
firebase_auth: ^5.2.0
firebase_remote_config: ^5.1.3
cloud_firestore: ^5.4.0
payfast:
git:
url: https://github.com/RendaniSinyage/payfast_flutter.git
dev_dependencies:
flutter_test:
sdk: flutter
freezed: ^2.5.7
build_runner: ^2.4.12
flutter_lints: ^5.0.0
auto_route_generator: ^9.0.0
flutter_launcher_icons: ^0.14.1
cupertino_icons: ^1.0.6
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/svgs/
- assets/lottie/
- assets/
- assets/temp/
- assets/images/ui3.png
- assets/images/splash.png # Add this line to explicitly include splash.png
- assets/images/splash1.png
- assets/images/splash2.png
- assets/images/intro/
- assets/images/poi/
- assets/images/water/
flutter_native_splash:
background_image: 'assets/images/splash2.png'
fullscreen: true
android: true
ios: true
flutter_icons:
android: true
ios: true
remove_alpha_ios: true
image_path: 'assets/images/app_logo.png'