mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
feat: support dynaudnorm & webp (#1186)
* feat: support dynaudnorm & webp
* Revert "remove audio_normalization"
This reverts commit 477b59ce89.
* feat: save webp
* mod: strokeWidth
* feat: webp preset
* feat: save webp select qa
* upgrade volume_controller
This commit is contained in:
committed by
GitHub
parent
f0828ea18c
commit
e8a674ca2a
16
pubspec.yaml
16
pubspec.yaml
@@ -104,7 +104,7 @@ dependencies:
|
||||
# media_kit_video: ^1.2.5 # For video rendering.
|
||||
media_kit_video:
|
||||
git:
|
||||
url: https://github.com/bggRGjQaUbCoE/media-kit.git
|
||||
url: https://github.com/My-Responsitories/media-kit.git
|
||||
path: media_kit_video
|
||||
ref: version_1.2.5
|
||||
media_kit_libs_video: 1.0.5
|
||||
@@ -114,7 +114,7 @@ dependencies:
|
||||
audio_session: ^0.2.2
|
||||
|
||||
# 音量、亮度、屏幕控制
|
||||
flutter_volume_controller: ^1.3.3
|
||||
volume_controller: ^2.0.7
|
||||
wakelock_plus: ^1.2.8
|
||||
# universal_platform: ^1.1.0
|
||||
auto_orientation:
|
||||
@@ -214,17 +214,23 @@ dependencies:
|
||||
collection: any
|
||||
material_color_utilities: any
|
||||
flutter_cache_manager: any
|
||||
|
||||
http2: any
|
||||
|
||||
dependency_overrides:
|
||||
screen_brightness: ^2.0.1
|
||||
screen_brightness: ^2.1.7
|
||||
path: ^1.9.1
|
||||
mime: ^2.0.0
|
||||
fading_edge_scrollview: ^4.1.1
|
||||
rxdart: ^0.28.0
|
||||
media_kit: 1.1.11
|
||||
media_kit_libs_video: 1.0.5
|
||||
media_kit_native_event_loop: ^1.0.9
|
||||
font_awesome_flutter: 10.9.0
|
||||
media_kit_libs_android_video:
|
||||
git:
|
||||
url: https://github.com/My-Responsitories/media-kit.git
|
||||
path: libs/android/media_kit_libs_android_video
|
||||
ref: version_1.2.5
|
||||
volume_controller: ^3.4.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
||||
Reference in New Issue
Block a user