forked from namidaco/namida
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
298 lines (276 loc) · 7.94 KB
/
Copy pathpubspec.yaml
File metadata and controls
298 lines (276 loc) · 7.94 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
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
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
name: namida
description: A Beautiful and Feature-rich Music Player, With YouTube & Video Support Built in Flutter
publish_to: "none"
version: 6.4.2-beta+260802156
environment:
sdk: ">=3.12.2 <4.0.0"
flutter: 3.44.8
dependency_overrides:
intl: ^0.20.2
on_audio_query_platform_interface:
git:
url: https://github.com/MSOB7YY/on_audio_query
path: packages/on_audio_query_platform_interface
screen_retriever:
git:
url: https://github.com/MSOB7YY/screen_retriever
path: packages/screen_retriever/
safe_local_storage:
git:
url: https://github.com/MSOB7YY/safe_local_storage
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# ---- Core ----
nampack:
git:
url: https://github.com/MSOB7YY/nampack
dart_extensions:
git:
url: https://github.com/MSOB7YY/dart_extensions
path: ^1.9.0
rhttp: <=0.16.0 # v0.17.0 has a bug for android
path_provider: ^2.1.3
permission_handler:
git:
url: https://github.com/MSOB7YY/flutter-permission-handler
path: permission_handler
logger: ^2.2.0
package_info_plus: ^10.1.0
device_info_plus: ^13.1.0
intl: ^0.20.2
flutter_archive: ^6.0.3
archive: ^4.0.7
url_launcher: ^6.3.0
connectivity_plus: ^7.0.0
selectable_autolink_text: ^2.6.0
share_plus:
git:
url: https://github.com/MSOB7YY/plus_plugins
ref: working_windows
path: packages/share_plus/share_plus
calendar_date_picker2:
git:
url: https://github.com/MSOB7YY/calendar_date_picker2
wakelock_plus: ^1.6.1
screen_brightness:
git:
url: https://github.com/MSOB7YY/screen_brightness
path: screen_brightness/
native_device_orientation: ^2.1.1
home_widget: ^0.9.2
flutter_local_notifications: ^22.0.0-dev.3
flutter_sharing_intent:
git:
url: https://github.com/MSOB7YY/flutter_sharing_intent
queue: ^3.1.0+2
jiffy:
git:
url: https://github.com/MSOB7YY/jiffy
playlist_manager:
git:
url: https://github.com/namidaco/playlist_manager
history_manager:
git:
url: https://github.com/namidaco/history_manager
flutter_volume_controller: ^2.0.1
flutter_markdown: ^0.7.7
flutter_mailer: ^3.0.2
lrc:
git:
url: https://github.com/MSOB7YY/dart_lrc
vibration: ^3.1.6
flutter_displaymode: ^0.7.0
flutter_udid: ^4.1.2
namico_db_wrapper:
git:
url: https://github.com/namidaco/namico_db_wrapper
flutter_native_splash: ^2.4.8
# ---- Web Servers ----
opensubsonic_api:
git:
url: https://github.com/MSOB7YY/opensubsonic_api.dart
webdav_client:
git:
url: https://github.com/MSOB7YY/webdav_client
smb_connect:
git:
url: https://github.com/MSOB7YY/smb_connect
# ---- Audio Indexing & Playback ----
just_audio:
git:
url: https://github.com/MSOB7YY/just_audio
path: just_audio/
ref: video
audio_service:
git:
url: https://github.com/MSOB7YY/audio_service
path: audio_service/
ref: minor
media_kit: ^1.2.0
media_kit_video: ^2.0.1
media_kit_libs_linux: ^1.2.1
media_kit_libs_macos_video: ^1.1.4
media_kit_libs_windows_video: ^1.0.11
http_cache_stream: ^0.0.6
waveform_extractor: ^1.1.3
basic_audio_handler:
git:
url: https://github.com/namidaco/basic_audio_handler
flutter_taglib:
git:
url: https://github.com/MSOB7YY/flutter_taglib
ref: custom_taglib
on_audio_query:
git:
url: https://github.com/MSOB7YY/on_audio_query
path: packages/on_audio_query
# ---- Video Indexing & Playback ----
ffmpeg_kit_flutter:
git:
url: https://github.com/MSOB7YY/ffmpeg-kit
path: flutter/flutter
youtipie:
git:
url: https://github.com/namidaco/youtipie
namico_login_manager:
git:
url: https://github.com/namidaco/namico_login_manager
namico_subscription_manager:
git:
url: https://github.com/namidaco/namico_subscription_manager
# ---- Image Utilities ----
palette_generator: ^0.3.3
photo_view: ^0.15.0
# ---- UI Rendering ----
flutter_staggered_animations: ^1.1.1
flutter_staggered_grid_view: ^0.7.0
flex_color_picker: ^3.8.0
animated_background: ^2.0.0
flutter_animate: ^4.2.0+1
dynamic_color: ^1.6.7
super_sliver_list: ^0.4.1
flutter_tilt: ^4.0.0
# ---- UI Widgets ----
sleek_circular_slider: ^2.0.1
checkmark: ^0.0.2
like_button: <=2.0.5
flutter_scrollbar_modified:
git:
url: https://github.com/MSOB7YY/flutter_scrollbar_modified
sticky_headers: ^0.3.0
paged_vertical_calendar: ^1.1.6
flex_list: ^1.1.0
# ---- Windows Packages ----
window_manager: ^0.5.0
filepicker_windows: ^3.0.2
smtc_windows:
git:
url: https://github.com/MSOB7YY/frb_plugins
path: packages/smtc_windows
windows_taskbar: ^1.1.2
super_drag_and_drop:
git:
url: https://github.com/MSOB7YY/super_native_extensions
path: super_drag_and_drop
windows_single_instance:
git:
url: https://github.com/MSOB7YY/flutter_windows_single_instance
super_hot_key:
git:
url: https://github.com/MSOB7YY/super_native_extensions
path: super_hot_key
tray_manager:
git:
url: https://github.com/MSOB7YY/tray_manager
path: packages/tray_manager
dart_xdg_status_notifier_item: ^1.1.0
# ---- Linux Packages ----
dbus: ^0.7.13
file_picker:
git:
url: https://github.com/miguelpruivo/flutter_file_picker
ref: 8dc97859f42ca7ca2d6d347dd7960a3c7b657baf
modern_titlebar_buttons: ^1.1.2
anni_mpris_service: ^0.1.0
dev_dependencies:
flutter_test:
sdk: flutter
yaml: ^3.1.3
yaml_edit: ^2.2.3
flutter_lints: ^6.0.0
flutter_launcher_icons: ^0.14.4
# custom_lint:
# obx_lints:
# git:
# url: https://github.com/MSOB7YY/nampack
# path: packages/obx_lints
msix: ^3.16.8
inno_bundle:
git:
url: https://github.com/MSOB7YY/inno_bundle
hooks:
user_defines:
sqlite3:
source: sqlite3mc
flutter_native_splash:
image: assets/namida_icon.png
color: "#fff5eb"
color_dark: "#161212"
android: true
ios: false
web: false
android_12:
color: "#fff5eb"
color_dark: "#161212"
image: assets/disposables/namida_icon_android12.png
flutter:
generate: true
uses-material-design: true
assets:
- assets/fonts/
- assets/icons/
- assets/icons/media_ico/
- assets/logos/
- assets/
fonts:
- family: broken
fonts:
- asset: assets/fonts/broken.ttf
- family: broken_filled
fonts:
- asset: assets/fonts/broken_filled.ttf
- family: LexendDeca
fonts:
- asset: assets/fonts/LexendDeca/LexendDeca-Black.ttf
- asset: assets/fonts/LexendDeca/LexendDeca-Bold.ttf
- asset: assets/fonts/LexendDeca/LexendDeca-ExtraBold.ttf
- asset: assets/fonts/LexendDeca/LexendDeca-ExtraLight.ttf
- asset: assets/fonts/LexendDeca/LexendDeca-Light.ttf
- asset: assets/fonts/LexendDeca/LexendDeca-Medium.ttf
- asset: assets/fonts/LexendDeca/LexendDeca-Regular.ttf
- asset: assets/fonts/LexendDeca/LexendDeca-SemiBold.ttf
- asset: assets/fonts/LexendDeca/LexendDeca-Thin.ttf
msix_config:
display_name: Namida
publisher_display_name: namidaco
identity_name: com.msob7y.namida
logo_path: assets\namida_icon_monet.png
capabilities: musicLibrary, videosLibrary, internetClient
# certificate_path: .certificates\CERTIFICATE.pfx
install_certificate: true
file_extension: .audio, .music, .video
inno_bundle:
id: 94dba250-1e0f-11f0-846e-a101934a6b13
publisher: MSOB7Y
installer_icon: windows/runner/resources/app_icon.ico
updates_url: https://github.com/namidaco/namida/releases
file_extensions_associations:
# audio extensions
- m4a,mp3,wav,flac,ogg,oga,ogx,aac,opus,weba,m4b,alac,ac3,mp2,m4p,mpa
- amr,ape,aa,aax,act,dss,dts,dvf,dct,dff,dsf,mmf,mid,mpc,msv,mogg
- raw,ra,voc,wma,caf,aiff,wv,aif,aifc,m4r,mac,mka,mlp,mpp,uax
# video extensions
- mp4,mkv,avi,wmv,flv,mov,3gp,ogv,webm,mpg,mpeg,m4v,ts,vob,asf,rm,f4v,divx,m2ts,mts,mpv,mpe,mxf,m2v,mpeg1,mpeg2,mpeg4