mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-17 06:49:34 +00:00
更改播放音频方式
This commit is contained in:
parent
4a02b757bc
commit
eb1955e5e6
25 changed files with 2102 additions and 1250 deletions
29
pubspec.yaml
29
pubspec.yaml
|
|
@ -22,7 +22,7 @@ environment:
|
|||
sdk: ">=3.3.4 <4.0.0"
|
||||
flutter: 3.32.0
|
||||
|
||||
isar_version: &isar_version ^4.0.0-dev.13 # define the version to be used
|
||||
isar_version: &isar_version ^4.0.0-dev.14 # define the version to be used
|
||||
|
||||
# Dependencies specify other packages that your package needs in order to work.
|
||||
# To automatically upgrade your package dependencies to the latest versions
|
||||
|
|
@ -42,7 +42,8 @@ dependencies:
|
|||
cached_network_image: ^3.3.1
|
||||
coast: ^2.0.2
|
||||
collection: ^1.18.0
|
||||
# cupertino_icons: ^1.0.6
|
||||
cupertino_icons: ^1.0.6
|
||||
flutter_platform_widgets: ^9.0.0
|
||||
device_info_plus: ^11.3.3
|
||||
duration_picker: ^1.2.0
|
||||
dynamic_color: ^1.7.0
|
||||
|
|
@ -57,22 +58,22 @@ dependencies:
|
|||
# font_awesome_flutter: ^10.7.0
|
||||
freezed_annotation: ^2.4.1
|
||||
go_router: ^14.0.2
|
||||
hive: ^4.0.0-dev.2
|
||||
hooks_riverpod: ^2.5.1
|
||||
isar: ^4.0.0-dev.13
|
||||
isar_flutter_libs: ^4.0.0-dev.13
|
||||
hive: ^4.0.0-dev.2
|
||||
hooks_riverpod: ^2.5.1
|
||||
isar: ^4.0.0-dev.14
|
||||
isar_flutter_libs: ^4.0.0-dev.14
|
||||
json_annotation: ^4.9.0
|
||||
just_audio: ^0.10.5
|
||||
just_audio_background:
|
||||
# TODO Remove git dep when https://github.com/ryanheise/just_audio/issues/912 is closed
|
||||
git:
|
||||
url: https://github.com/Dr-Blank/just_audio
|
||||
ref: media-notification-config
|
||||
path: just_audio_background
|
||||
just_audio_windows: ^0.2.2
|
||||
# just_audio_background:
|
||||
# # TODO Remove git dep when https://github.com/ryanheise/just_audio/issues/912 is closed
|
||||
# git:
|
||||
# url: https://github.com/Dr-Blank/just_audio
|
||||
# ref: media-notification-config
|
||||
# path: just_audio_background
|
||||
# just_audio_windows: ^0.2.2
|
||||
just_audio_media_kit: ^2.0.4
|
||||
media_kit_libs_linux: any
|
||||
# media_kit_libs_windows_audio: any
|
||||
media_kit_libs_windows_audio: any
|
||||
list_wheel_scroll_view_nls: ^0.0.3
|
||||
logging: ^1.2.0
|
||||
logging_appenders: ^1.3.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue