Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
test flutter v6.0.1 applications
Browse files Browse the repository at this point in the history
  • Loading branch information
suencooper committed Sep 3, 2023
1 parent 803f1a2 commit 19d21e2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
2 changes: 1 addition & 1 deletion flutter/test-app-local-dependency/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion flutter/test-app-local-dependency/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions flutter/test-app-pub/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions flutter/test-app-pub/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 19d21e2

Please sign in to comment.