-
Notifications
You must be signed in to change notification settings - Fork 3
/
pubspec.yaml
209 lines (173 loc) · 5.35 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
name: lantern
description: Lantern
# 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
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 8.0.0+1
environment:
sdk: '>=3.2.3 <4.0.0'
dependencies:
# SDKs
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# State management and Data handling
provider: ^6.0.5
protobuf: any
uuid: ^4.4.0
sliver_tools: ^0.2.12
# UI Enhancements & User Input
flutter_advanced_switch: ^3.1.0
animated_toggle_switch: ^0.8.3
flag: ^7.0.0
#Loogs and crash reporting
sentry_flutter: ^8.9.0
badges: ^3.1.2
dotted_border: ^2.1.0
styled_text: ^8.1.0
emoji_picker_flutter: ^3.0.0
pin_code_text_field: ^1.8.0
scrollable_positioned_list: ^0.3.8
infinite_scroll_pagination: ^4.0.0
email_validator: ^3.0.0
credit_card_validator: ^2.1.0
flutter_multi_formatter: ^2.13.0
# Media & File handling
audioplayers: ^6.0.0
video_player: ^2.9.1
video_thumbnail: ^0.5.3
file_picker: ^8.1.2
filesize: ^2.0.1
flutter_image_compress: ^2.3.0
fluttertoast: ^8.2.8
# Networking
cached_network_image: ^3.4.1
dio: ^5.7.0
internet_connection_checker_plus: ^2.5.2
# caching
flutter_cache_manager: ^3.4.1
# change this with flutter_downloader
flutter_uploader: ^3.0.0-beta.3
mime: ^1.0.6
flutter_pdfview: ^1.3.3
# Navigation & Localization
auto_route: ^9.2.2
i18n_extension: ^12.0.1
i18n_extension_importer: ^0.0.6
intl: ^0.19.0
# QR
qr_flutter: ^4.1.0
qr_code_scanner: ^1.0.1
# Timer & Overlay
stop_watch_timer: ^3.2.1
loader_overlay: ^2.3.2
# Keyboard & Color utilities
flutter_keyboard_visibility: ^6.0.0
hexcolor: ^3.0.1
# URL & Sharing utilities
url_launcher: ^6.3.0
share_plus: ^10.0.2
flutter_inappwebview: ^6.1.5
desktop_webview_window: ^0.2.3
# Desktop
window_manager: ^0.4.3
tray_manager: ^0.2.4
flutter_dotenv: ^5.1.0
# Notifications & Logging
flutter_local_notifications: ^17.2.2
logger: ^2.4.0
# Error handling
device_info_plus: ^10.1.2
# Package information
package_info_plus: ^8.0.2
# Path, permission & Markdown handling
path_provider: ^2.1.4
permission_handler: ^11.3.1
flutter_markdown: ^0.7.3+2
# Purchase
in_app_purchase: ^3.2.0
# Ads
google_mobile_ads: ^5.1.0
retry: ^3.1.2
# Generate bindings to native libraries
ffi: ^2.1.3
# Deeplink handling
app_links: ^6.3.2
# Service Locator
get_it: ^8.0.0
#Loading
animated_loading_border: ^0.0.2
shimmer: ^3.0.0
dev_dependencies:
integration_test:
sdk: flutter
flutter_driver:
sdk: flutter
flutter_test:
sdk: flutter
ffigen: ^14.0.1
flutter_lints: ^5.0.0
mockito: ^5.4.4
auto_route_generator: ^9.0.0
build_runner: ^2.4.12
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
dependency_overrides:
# The following section is specific to Flutter.
flutter:
fonts:
- family: RobotoMono
fonts:
- asset: assets/fonts/RobotoMono.ttf
- family: Samim
fonts:
- asset: assets/fonts/Samim.ttf
# 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
# module:
# androidX: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/
- assets/images/
- assets/images/countdown_stopwatch/
- assets/locales/
- assets/fonts/
- assets/sounds/
- app.env
# 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: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages