release flutter v6.0.1

This commit is contained in:
Sue N. Cooper 2023-09-03 18:47:01 +03:00
parent 471d38b5c2
commit 05c38dc453
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,11 @@
## 6.0.1
- Bug fix release based on native v6.0
- Fixes issues 804 and 809
## 6.0.1-LTS
- Bug fix release based on native v6.0.LTS
- Fixes issues 804 and 809
## 6.0.0 ## 6.0.0
- Feature release based on native v6.0 - Feature release based on native v6.0
- Renames StreamInformation.getFullCodec() method to getCodecLong() - Renames StreamInformation.getFullCodec() method to getCodecLong()

View File

@ -35,7 +35,7 @@ Add `ffmpeg_kit_flutter` as a dependency in your `pubspec.yaml file`.
```yaml ```yaml
dependencies: dependencies:
ffmpeg_kit_flutter: 6.0.0 ffmpeg_kit_flutter: 6.0.1
``` ```
#### 2.1 Packages #### 2.1 Packages
@ -58,7 +58,7 @@ using the following dependency format.
```yaml ```yaml
dependencies: dependencies:
ffmpeg_kit_flutter_<package name>: 6.0.0 ffmpeg_kit_flutter_<package name>: 6.0.1
``` ```
Note that hyphens in the package name must be replaced with underscores. Additionally, do not forget to use the package Note that hyphens in the package name must be replaced with underscores. Additionally, do not forget to use the package
@ -70,7 +70,7 @@ In order to install the `LTS` variant, append `-LTS` to the version you have for
```yaml ```yaml
dependencies: dependencies:
ffmpeg_kit_flutter: 6.0.0-LTS ffmpeg_kit_flutter: 6.0.1-LTS
``` ```
#### 2.4 LTS Releases #### 2.4 LTS Releases

View File

@ -49,5 +49,5 @@ android {
dependencies { dependencies {
implementation 'androidx.annotation:annotation:1.5.0' implementation 'androidx.annotation:annotation:1.5.0'
implementation 'com.arthenica:ffmpeg-kit-https:6.0' implementation 'com.arthenica:ffmpeg-kit-https:6.0-1'
} }

View File

@ -3,7 +3,7 @@ description: FFmpeg Kit for Flutter. Supports Android, iOS and macOS platforms.
repository: https://github.com/arthenica/ffmpeg-kit repository: https://github.com/arthenica/ffmpeg-kit
issue_tracker: https://github.com/arthenica/ffmpeg-kit/issues issue_tracker: https://github.com/arthenica/ffmpeg-kit/issues
homepage: https://github.com/arthenica/ffmpeg-kit homepage: https://github.com/arthenica/ffmpeg-kit
version: 6.0.0 version: 6.0.1
environment: environment:
sdk: ">=2.12.0 <4.0.0" sdk: ">=2.12.0 <4.0.0"