From 19d21e228bfbe229e1212a1a1cbeffc2b7331891 Mon Sep 17 00:00:00 2001 From: "Sue N. Cooper" Date: Sun, 3 Sep 2023 20:22:16 +0300 Subject: [PATCH] test flutter v6.0.1 applications --- README.md | 14 ++++++++------ flutter/test-app-local-dependency/pubspec.lock | 2 +- flutter/test-app-local-dependency/pubspec.yaml | 2 +- flutter/test-app-pub/pubspec.lock | 4 ++-- flutter/test-app-pub/pubspec.yaml | 4 ++-- 5 files changed, 14 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 6252930..1f51f30 100644 --- a/README.md +++ b/README.md @@ -22,18 +22,20 @@ Test applications are tagged with `ffmpeg-kit` release they depend on. | Platform | FFmpegKit Version | Tag | | :----: |:-----------------:|:---------------------------------------------------------------------------------:| +| Flutter | 6.0.1 | [6.0.1](https://github.com/arthenica/ffmpeg-kit-test/tree/flutter.v6.0.1) | +| Flutter | 6.0.1-LTS | [6.0.1-LTS](https://github.com/arthenica/ffmpeg-kit-test/tree/flutter.v6.0.1.lts) | | Flutter | 6.0.0 | [6.0.0](https://github.com/arthenica/ffmpeg-kit-test/tree/flutter.v6.0.0) | | Flutter | 6.0.0-LTS | [6.0.0-LTS](https://github.com/arthenica/ffmpeg-kit-test/tree/flutter.v6.0.0.lts) | | Android | 6.0 | [6.0](https://github.com/arthenica/ffmpeg-kit-test/tree/android.v6.0) | | Android | 6.0.LTS | [6.0.LTS](https://github.com/arthenica/ffmpeg-kit-test/tree/android.v6.0.lts) | | iOS | 6.0 | [6.0](https://github.com/arthenica/ffmpeg-kit-test/tree/ios.v6.0) | -| iOS | 6.0.LTS | [6.0.LTS](https://github.com/arthenica/ffmpeg-kit-test/tree/ios.v6.0.lts) | -| macOS | 6.0 | [6.0](https://github.com/arthenica/ffmpeg-kit-test/tree/macos.v6.0) | -| macOS | 6.0.LTS | [6.0.LTS](https://github.com/arthenica/ffmpeg-kit-test/tree/macos.v6.0.lts) | -| tvOS | 6.0 | [6.0](https://github.com/arthenica/ffmpeg-kit-test/tree/tvos.v6.0) | -| tvOS | 6.0.LTS | [6.0.LTS](https://github.com/arthenica/ffmpeg-kit-test/tree/tvos.v6.0.lts) | +| iOS | 6.0.LTS | [6.0.LTS](https://github.com/arthenica/ffmpeg-kit-test/tree/ios.v6.0.lts) | +| macOS | 6.0 | [6.0](https://github.com/arthenica/ffmpeg-kit-test/tree/macos.v6.0) | +| macOS | 6.0.LTS | [6.0.LTS](https://github.com/arthenica/ffmpeg-kit-test/tree/macos.v6.0.lts) | +| tvOS | 6.0 | [6.0](https://github.com/arthenica/ffmpeg-kit-test/tree/tvos.v6.0) | +| tvOS | 6.0.LTS | [6.0.LTS](https://github.com/arthenica/ffmpeg-kit-test/tree/tvos.v6.0.lts) | | - | - | - | -| React Native | 5.1.0 | [5.1.0](https://github.com/arthenica/ffmpeg-kit-test/tree/react.native.v5.1.0) | +| React Native | 5.1.0 | [5.1.0](https://github.com/arthenica/ffmpeg-kit-test/tree/react.native.v5.1.0) | | Flutter | 5.1.0 | [5.1.0](https://github.com/arthenica/ffmpeg-kit-test/tree/flutter.v5.1.0) | | Flutter | 5.1.0-LTS | [5.1.0-LTS](https://github.com/arthenica/ffmpeg-kit-test/tree/flutter.v5.1.0.lts) | | Android | 5.1 | [5.1](https://github.com/arthenica/ffmpeg-kit-test/tree/android.v5.1) | diff --git a/flutter/test-app-local-dependency/pubspec.lock b/flutter/test-app-local-dependency/pubspec.lock index 6ed849e..e33d45c 100644 --- a/flutter/test-app-local-dependency/pubspec.lock +++ b/flutter/test-app-local-dependency/pubspec.lock @@ -79,7 +79,7 @@ packages: path: "../../../ffmpeg-kit/flutter/flutter" relative: true source: path - version: "6.0.0" + version: "6.0.1" ffmpeg_kit_flutter_platform_interface: dependency: transitive description: diff --git a/flutter/test-app-local-dependency/pubspec.yaml b/flutter/test-app-local-dependency/pubspec.yaml index e9ebc6f..0cc2c36 100644 --- a/flutter/test-app-local-dependency/pubspec.yaml +++ b/flutter/test-app-local-dependency/pubspec.yaml @@ -1,6 +1,6 @@ name: ffmpeg_kit_flutter_test description: Demonstrates how to use the ffmpeg_kit_flutter plugin. -version: 6.0.0 +version: 6.0.1 publish_to: 'none' environment: diff --git a/flutter/test-app-pub/pubspec.lock b/flutter/test-app-pub/pubspec.lock index 2c88005..71d85b1 100644 --- a/flutter/test-app-pub/pubspec.lock +++ b/flutter/test-app-pub/pubspec.lock @@ -85,10 +85,10 @@ packages: dependency: "direct main" description: name: ffmpeg_kit_flutter_video - sha256: "720fd9a1362761c6b68b06fb2a9054681e68d7eed1df232607d3142289cd6426" + sha256: "997fbbc6ff3c007d70d22bf1d285043a1b859ba24f6af6ad17468dc5ae29a943" url: "https://pub.dev" source: hosted - version: "6.0.0-LTS" + version: "6.0.1-LTS" flutter: dependency: "direct main" description: flutter diff --git a/flutter/test-app-pub/pubspec.yaml b/flutter/test-app-pub/pubspec.yaml index 5b2c544..3eb44ce 100644 --- a/flutter/test-app-pub/pubspec.yaml +++ b/flutter/test-app-pub/pubspec.yaml @@ -1,6 +1,6 @@ name: ffmpeg_kit_flutter_test description: Demonstrates how to use the ffmpeg_kit_flutter plugin. -version: 6.0.0 +version: 6.0.1 publish_to: 'none' environment: @@ -9,7 +9,7 @@ environment: dependencies: flutter: sdk: flutter - ffmpeg_kit_flutter_video: 6.0.0-LTS + ffmpeg_kit_flutter_video: 6.0.1-LTS cupertino_icons: ^1.0.5 path_provider: ^2.1.0 path: ^1.8.3