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:
My-Responsitories
2025-09-04 20:09:50 +08:00
committed by GitHub
parent f0828ea18c
commit e8a674ca2a
16 changed files with 792 additions and 328 deletions

View File

@@ -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: