Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions commet/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down