-
Notifications
You must be signed in to change notification settings - Fork 3
/
pubspec.yaml
201 lines (178 loc) · 4.37 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
name: mimir
description: "A multiplatform app for SIT students."
# The build version numbers is incremented automatically.
# DO NOT DIRECTLY CHANGE IT
version: 2.7.2+543
homepage: https://github.com/liplum/mimir
repository: https://github.com/liplum/mimir
issue_tracker: https://github.com/liplum/mimir/issues
documentation: https://github.com/liplum/mimir#readme
publish_to: none
environment:
sdk: '>=3.5.0 <4.0.0'
flutter: ^3.24.4
dependencies:
flutter: { sdk: flutter }
meta: ^1.12.0
# I18n 11
easy_localization: ^3.0.7
locale_names: ^1.1.1
intl: ^0.19.0
# Basic
logger: ^2.4.0
device_info_plus: ^10.1.2
path_provider: ^2.1.4
version: ^3.0.2
yaml: ^3.1.2
path: ^1.8.3
collection: ^1.18.0
shared_preferences: ^2.3.2
flutter_riverpod: ^2.5.1
hive: ^2.2.3
hive_flutter: ^1.1.0
json_annotation: ^4.9.0
copy_with_extension: ^5.0.4
freezed_annotation: ^2.4.4
get_it: ^7.7.0
flutter_image_compress: ^2.3.0
pausable_timer: ^3.1.0+3
event_bus: ^2.0.1
pub_semver: ^2.1.4
# Supporting scrolling screenshot on Android, like MIUI
fit_system_screenshot: ^1.0.9
# String formatting
format: ^1.5.2
# Cryptography
# Encryption (AES)
encrypt: ^5.0.1
# Hash (MD5)
crypto: ^3.0.5
pointycastle: ^3.9.1
# Codec
hashlib_codecs: ^2.6.0
# UUID generator
uuid: ^4.5.1
# Statistics
statistics: ^1.1.3
# HTML parser
beautiful_soup_dart: ^0.3.0
html: ^0.15.4
# Dio (http client)
dio: ^5.7.0
dio_cookie_manager: ^3.1.1
# WebView and browser related
webview_flutter: ^4.9.0
# Android, iOS, macOS, web
flutter_inappwebview: <=6.0.0
fk_user_agent: ^2.1.0
flutter_widget_from_html: ^0.15.2
chewie: ^1.8.5
cookie_jar: ^4.0.8
flutter_html: ^3.0.0-beta.2
# Email
enough_mail: ^2.1.6
enough_mail_html: ^2.0.1
# Platform
# Android / iOS / Windows Permission
permission_handler: ^11.3.1
# Open with other APP/programs
open_file: ^3.5.7
url_launcher: ^6.3.0
# Open Android / iOS system image picker
image_picker: ^1.1.2
file_picker: ^8.1.2
share_plus: ^10.0.2
app_settings: ^5.1.1
web_browser_detect: ^2.0.3
# Get package info (version)
package_info_plus: ^8.0.2
# Check VPN connection status
check_vpn_connection: ^0.0.2
connectivity_plus: ^6.0.5
# Haptic feedbacks
vibration: ^2.0.0
# qrcode scanner
add_2_calendar: ^3.0.1
# UI
go_router: ^14.2.8
fl_chart: ^0.69.0
flutter_svg: ^2.0.10+1
flutter_svg_provider: ^1.0.7
visibility_detector: ^0.4.0+2
reorderables: ^0.6.0
# Screen adaptation
flutter_adaptive_ui: ^0.8.0+1
# Qr code generate
qr_flutter: ^4.1.0
pretty_qr_code: ^3.3.0
cached_network_image: ^3.4.1
modal_bottom_sheet: ^3.0.0
auto_size_text: ^3.0.0
text_scroll: ^0.2.0
markdown: ^7.2.2
markdown_widget: ^2.3.2+6
animations: ^2.0.11
dynamic_color: ^1.7.0
unicons: ^3.0.0
simple_icons: ^10.1.3
sliver_tools: ^0.2.12
flutter_staggered_grid_view: ^0.7.0
flex_color_picker: ^3.6.0
flutter_swipe_action_cell: ^3.1.4
flutter_slidable: ^3.1.1
bordered_text: ^2.0.0
flutter_platform_widgets: ^7.0.1
pull_down_button: ^0.10.1
# read system theme color
system_theme: ^3.1.1
cupertino_onboarding: ^1.3.0
flutter_swipe_detector: ^2.0.0
carousel_slider_plus: ^7.0.1
super_context_menu: ^0.8.22
animated_size_and_fade: ^4.0.0
dismissible_page: ^1.0.2
image_cropper: ^8.0.2
# Utils
# dart.io.Platform API for Web
universal_platform: ^1.1.0
rettulf: ^2.1.1
# lock
async_locks: ^4.0.1
# parse stacktrace
stack_trace: ^1.11.0
email_validator: ^3.0.0
phone_numbers_parser: ^9.0.0
sanitize_filename: ^1.0.5
# Take screenshot of flutter widgets
screenshot: ^3.0.0
# game
flame: ^1.19.0
flame_forge2d: ^0.18.2
sudoku_solver_generator: ^2.1.0+1
dev_dependencies:
flutter_test: { sdk: flutter }
flutter_lints: ^4.0.0
build_runner: ^2.4.12
json_serializable: ^6.8.0
hive_generator: ^2.0.0
freezed: ^2.5.7
copy_with_extension_gen: ^5.0.4
test: ^1.24.9
msix: ^3.16.8
# ------------------------------------------------------------------------------
flutter:
uses-material-design: true
fonts:
# Iconfont for ywb.sit.edu.cn
- family: ywb_iconfont
fonts: [ { asset: assets/fonts/ywb_iconfont.ttf } ]
assets:
- assets/
- assets/fonts/
- assets/course/
- assets/yellow_pages.json
- assets/room_list.json
- assets/webview/
- assets/l10n/
flutter_intl:
enabled: true