From 43089a35d786518b38fd713c351e30658368e4dc Mon Sep 17 00:00:00 2001 From: solsTiCe d'Hiver Date: Sun, 1 Oct 2023 12:59:34 +0200 Subject: [PATCH] build: updgrade media_kit libs that should fix our subtitle issue when switchng from a video with subtitle to one without any --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 125c023..273f279 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -39,9 +39,9 @@ dependencies: cached_network_image: ^3.2.3 provider: ^6.0.5 process: ^4.2.4 - media_kit: ^1.1.7 - media_kit_video: ^1.1.8 - media_kit_libs_video: ^1.0.1 + media_kit: ^1.1.8 + media_kit_video: ^1.2.1 + media_kit_libs_video: ^1.0.3 xdg_directories: ^1.0.1 path: ^1.8.2 html: ^0.15.2