From 7f4710aef927cc4cf1e8742cdb720ca8e3345230 Mon Sep 17 00:00:00 2001 From: zeyus Date: Sat, 11 Apr 2026 10:21:04 +0200 Subject: [PATCH] Update mediakit dependency override for ios and macos. --- commet/pubspec.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/commet/pubspec.yaml b/commet/pubspec.yaml index bba9030ee..2fc97d820 100644 --- a/commet/pubspec.yaml +++ b/commet/pubspec.yaml @@ -147,6 +147,20 @@ dependency_overrides: ref: webview-patch path: ./packages/desktop_webview_window + ## The media_kit macos and ios video libraries have an issue + ## in the published version. see: https://github.com/media-kit/media-kit/issues/709 + ## this probably should be forked to prevent unstable updates. + media_kit_libs_macos_video: + git: + url: https://github.com/media-kit/media-kit + ref: main + path: libs/macos/media_kit_libs_macos_video + media_kit_libs_ios_video: + git: + url: https://github.com/media-kit/media-kit + ref: main + path: libs/ios/media_kit_libs_ios_video + dev_dependencies: drift_dev: ^2.28.0 build_runner: ^2.4.11