diff --git a/CHANGELOG.md b/CHANGELOG.md index 3452d9e21..10e0f4462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Fixed + +- crash when cataloguing some videos + ## [v1.9.4] - 2023-09-13 ### Changed diff --git a/plugins/aves_video_ffmpeg/pubspec.lock b/plugins/aves_video_ffmpeg/pubspec.lock index 7351e2730..d3c918a91 100644 --- a/plugins/aves_video_ffmpeg/pubspec.lock +++ b/plugins/aves_video_ffmpeg/pubspec.lock @@ -51,10 +51,10 @@ packages: description: path: "flutter/flutter" ref: background-lts - resolved-ref: "1606719442d8ca04827a94dacd8d3d7a17b5526d" + resolved-ref: "8eb0534b9f74d7242adf68e22a3578d235911466" url: "https://github.com/deckerst/ffmpeg-kit.git" source: git - version: "5.1.0" + version: "6.0.2" ffmpeg_kit_flutter_platform_interface: dependency: transitive description: diff --git a/plugins/aves_video_ffmpeg/pubspec.yaml b/plugins/aves_video_ffmpeg/pubspec.yaml index 0fc06138e..7a1469924 100644 --- a/plugins/aves_video_ffmpeg/pubspec.yaml +++ b/plugins/aves_video_ffmpeg/pubspec.yaml @@ -12,7 +12,9 @@ dependencies: path: ../aves_model aves_video: path: ../aves_video -# ffmpeg_kit_flutter_min: 5.1.0-LTS +# `video` version is necessary, as some videos make the app crash +# when using only `min` or `https` (the default) +# ffmpeg_kit_flutter_video: 6.0.2-LTS # ffmpeg_kit_flutter: # git: # url: https://github.com/arthenica/ffmpeg-kit.git diff --git a/pubspec.lock b/pubspec.lock index 0c51deaed..72c14bdbe 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -306,10 +306,10 @@ packages: dependency: "direct main" description: name: dynamic_color - sha256: de4798a7069121aee12d5895315680258415de9b00e717723a1bd73d58f0126d + sha256: "96bff3df72e3d428bda2b874c7a521e8c86f592cae626ea594922fcc8d166e0c" url: "https://pub.dev" source: hosted - version: "1.6.6" + version: "1.6.7" equatable: dependency: "direct main" description: @@ -356,10 +356,10 @@ packages: description: path: "flutter/flutter" ref: background-lts - resolved-ref: "1606719442d8ca04827a94dacd8d3d7a17b5526d" + resolved-ref: "8eb0534b9f74d7242adf68e22a3578d235911466" url: "https://github.com/deckerst/ffmpeg-kit.git" source: git - version: "5.1.0" + version: "6.0.2" ffmpeg_kit_flutter_platform_interface: dependency: transitive description: