fix: 数据格式修改

This commit is contained in:
guozhigq
2023-08-07 09:37:34 +08:00
parent ee78b550e5
commit d46cff80e1
6 changed files with 26 additions and 27 deletions

View File

@ -91,14 +91,14 @@ dependencies:
crypto: ^3.0.3
# 视频播放器
media_kit: ^1.1.1 # Primary package.
media_kit_video: ^1.1.1 # For video rendering.
media_kit_native_event_loop: ^1.0.6 # Support for higher number of concurrent instances & better performance.
media_kit: ^1.1.2+1 # Primary package.
media_kit_video: ^1.1.2 # For video rendering.
media_kit_native_event_loop: ^1.0.7 # Support for higher number of concurrent instances & better performance.
media_kit_libs_android_video: ^1.3.0 # Android package for video native libraries.
media_kit_libs_ios_video: ^1.0.5 # iOS package for video native libraries.
media_kit_libs_macos_video: ^1.0.6 # macOS package for video native libraries.
media_kit_libs_ios_video: ^1.1.1 # iOS package for video native libraries.
media_kit_libs_macos_video: ^1.1.1 # macOS package for video native libraries.
media_kit_libs_windows_video: ^1.0.5 # Windows package for video native libraries.
media_kit_libs_linux: ^1.0.2
media_kit_libs_linux: ^1.1.0
# 音量、亮度、屏幕控制
volume_controller: ^2.0.7