forked from md-siam/package_of_the_day
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
270 lines (258 loc) · 8.14 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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
name: package_of_the_day
description: A new Flutter project.
# Copyright (c) 2022, Md. Siam
# http://mdsiam.xyz/
#
# Use of this source code is governed by an MIT-style
# license that can be found in the LICENSE file or at
# https://choosealicense.com/licenses/mit/
# 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.15.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
# For glowing effect around an avatar
avatar_glow: ^2.0.2
# For accessing all google fonts
google_fonts: ^3.0.1
# For fancy pull to refresh
liquid_pull_to_refresh: ^3.0.1
# For percentage indicator
percent_indicator: ^4.2.2
# For Cube Swipe
flutter_carousel_slider: ^1.0.8
# For cute & fun dot indicator
smooth_page_indicator: ^1.0.0+2
# For awesome icons
font_awesome_flutter: ^10.1.0
# For pre-built Animations
animations: ^2.0.3
# For Neon signs
neon: ^0.1.0
# For Aurora gradient
aurora: ^1.0.0
# For card swiping effects
card_swiper: ^2.0.4
# For displaying blur image while loading
flutter_blurhash: ^0.7.0
# For rendering SVG image
flutter_svg: ^1.1.0
# For various custom shapes
flutter_custom_clippers: ^2.0.0
# For Text-to-speech in flutter
flutter_tts: ^3.4.0
# For Code highlight
flutter_highlight: ^0.7.0
# For Drawing charts
syncfusion_flutter_charts: ^20.1.58
# For displaying alert pop-up
rflutter_alert: ^2.0.4
# For setting ui for both android & iOS
flutter_settings_ui: ^2.0.1
# For animated loading indicators
flutter_spinkit: ^5.1.0
# For playing audio files
audioplayers: ^0.20.1
# For easy-to-use navigation
go_router: ^3.1.1
# For making HTTP request
http: ^0.13.4
# For landing page
onboarding: ^3.1.0
# For neumorphic UI design
flutter_neumorphic: ^3.2.0
# For parsing and evaluating mathematical expressions
math_expressions: ^2.3.1
# For modern neumorphic containers
clay_containers: ^0.3.2
# For dark mode switch
day_night_switcher: ^0.2.0+1
# For State-management
provider: ^6.0.3
# For using Feather Icon pack
feather_icons: ^1.2.0
# For gradient text
simple_gradient_text: ^1.2.3
# For picking images from the image library, and taking new pictures with the camera
image_picker: ^0.8.5+3
# For Convex Bottom Bar
convex_bottom_bar: ^3.0.0
# For making a cool intro
intro_slider: ^3.0.5
# For icons
icofont_flutter: ^1.4.0
# For advanced grid view
flutter_staggered_grid_view: ^0.6.1
# For shimmer loading effect
shimmer: ^2.0.0
# For animation
lottie: ^1.3.0
# For storing platform-specific persistent storage for simple data
shared_preferences: ^2.0.15
# For automatically resizes text to fit perfectly within its bounds
auto_size_text: ^3.0.0
# For getting device information
device_info_plus: ^3.2.3
# For device geolocation
geolocator: ^8.2.1
# For GlassMorphism UI design
glass_kit: ^2.0.1
# For launching a URL
url_launcher: ^6.1.2
## For loading and displaying html
webview_flutter: ^3.0.4
# For responsive UI design
responsive_sizer: ^3.0.8
# For playing video files
video_player: ^2.4.2
# For responsive design
responsive_framework: ^0.2.0
# For displaying timeline
timelines: ^0.1.0
# For playing audio
just_audio: ^0.9.24
# For audio progress bar
audio_video_progress_bar: ^0.10.0
# For bottom nav bar
persistent_bottom_nav_bar_v2: ^4.2.3
# For comparing objects in Dart
equatable: ^2.0.3
# For web scraping
web_scraper: ^0.1.4
# For onboarding UI screen
introduction_screen: ^3.0.2
# For animated text
animated_text_kit: ^4.2.2
# For horizontal data table
horizontal_data_table: ^4.0.0
# For confetti animation
confetti: ^0.7.0
# For playing video
chewie: ^1.3.3
# For using global ServiceLocator
get_it: ^7.2.0
# For In-App notification/snackbar
overlay_support: ^2.0.1
# For discovering network connectivity
connectivity_plus: ^2.3.2
# Flutter implementation of React hooks
flutter_hooks: ^0.18.4
# For locating the filesystem
path_provider: ^2.0.10
# For playing YouTube videos
youtube_player_flutter: ^8.1.0
# For playing YouTube videos
youtube_player_iframe: ^2.3.0
# For implementation of slidable list item
flutter_slidable: ^1.3.0
# For JSON to Dart class generator
json_annotation: ^4.5.0
# A powerful Http client for Dart
dio: ^4.0.6
# For saving images and videos in gallery
gallery_saver: ^2.3.2
# For animated search bar
anim_search_bar: ^2.0.2
# For using the native file explorer to pick files
file_picker: ^4.6.1
# For using the native APP to open files
open_file: ^3.2.1
# For sharing contents from Flutter app
share_plus: ^4.0.6
# For infinite scrolling
infinite_scroll_pagination: ^3.2.0
# For animated text
marquee: ^2.2.3
# For image caching & keeping them in cache directory
cached_network_image: ^3.2.1
# For managing network cached files
flutter_cache_manager: ^3.3.0
# For displaying toast messages
fluttertoast: ^8.0.9
# For cryptographic hashing functions
crypto: ^3.0.2
# For beautiful & animated bottom navigation
bottom_navy_bar: ^6.0.0
# For create animated countdown / countup timer
slide_countdown: ^0.2.8
# For formate date & time
date_format: ^2.0.6
# For rating bar
flutter_rating_bar: ^4.0.1
# OTP or pin code inputs
pin_code_fields: ^7.4.0
dev_dependencies:
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^2.0.1
# It provides a concrete way of generating files using Dart code
build_runner: ^2.1.11
# Dependency of "json_annotation"
json_serializable: ^6.2.0
flutter_test:
sdk: flutter
# 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.
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/audios/
- assets/images/
- assets/images/banner/
- assets/svg/
- assets/images/rflutter_alert/
- assets/images/staggered_grid_view/
- assets/images/audioplayer/
- assets/images/onboarding/
- assets/images/intro_slider/
- assets/images/parallax_animation/
- assets/images/foods/
- assets/images/background/
- assets/videos/
- assets/images/introduction_screen/
- assets/images/placeholder/
# 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: NeumorphicIcons
fonts:
- asset: fonts/NeumorphicIcons.ttf
- family: Canterbury
fonts:
- asset: fonts/Canterbury.ttf
- family: HelloStockholm
fonts:
- asset: fonts/HelloStockholm.otf
- family: Horizon
fonts:
- asset: fonts/Horizon.otf
- family: Bobbers
fonts:
- asset: fonts/Bobbers.ttf
- family: Agne
fonts:
- asset: fonts/Agne.otf
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages