mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -08:00
feat: Use media_kit fork for full libraries
This commit is contained in:
parent
9f6aa1e489
commit
9bb5e81812
3 changed files with 91 additions and 46 deletions
38
pubspec.yaml
38
pubspec.yaml
|
|
@ -68,6 +68,7 @@ dependencies:
|
|||
media_kit: ^1.2.0 # Primary package.
|
||||
media_kit_video: ^1.3.0 # For video rendering.
|
||||
media_kit_libs_video: ^1.0.6 # Native video dependencies.
|
||||
|
||||
audio_service: ^0.18.18
|
||||
fvp: ^0.33.1
|
||||
video_player: ^2.10.0
|
||||
|
|
@ -129,6 +130,43 @@ dependencies:
|
|||
archive: ^4.0.7
|
||||
dart_mappable: ^4.6.0
|
||||
|
||||
dependency_overrides:
|
||||
media_kit:
|
||||
git:
|
||||
url: https://github.com/DonutWare/media-kit.git
|
||||
ref: main
|
||||
path: ./media_kit
|
||||
media_kit_video:
|
||||
git:
|
||||
url: https://github.com/DonutWare/media-kit.git
|
||||
ref: main
|
||||
path: ./media_kit_video
|
||||
media_kit_libs_video:
|
||||
git:
|
||||
url: https://github.com/DonutWare/media-kit.git
|
||||
ref: main
|
||||
path: ./libs/universal/media_kit_libs_video
|
||||
media_kit_libs_android_video:
|
||||
git:
|
||||
url: https://github.com/DonutWare/media-kit.git
|
||||
path: libs/android/media_kit_libs_android_video
|
||||
media_kit_libs_ios_video:
|
||||
git:
|
||||
url: https://github.com/DonutWare/media-kit.git
|
||||
path: libs/ios/media_kit_libs_ios_video
|
||||
media_kit_libs_macos_video:
|
||||
git:
|
||||
url: https://github.com/DonutWare/media-kit.git
|
||||
path: libs/macos/media_kit_libs_macos_video
|
||||
media_kit_libs_windows_video:
|
||||
git:
|
||||
url: https://github.com/DonutWare/media-kit.git
|
||||
path: libs/windows/media_kit_libs_windows_video
|
||||
media_kit_libs_linux:
|
||||
git:
|
||||
url: https://github.com/DonutWare/media-kit.git
|
||||
path: libs/linux/media_kit_libs_linux
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue