Skip to content

Commit

Permalink
release flutter v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
suencooper committed Sep 3, 2023
1 parent 471d38b commit 05c38dc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions flutter/flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
- Feature release based on native v6.0
- Renames StreamInformation.getFullCodec() method to getCodecLong()
Expand Down
6 changes: 3 additions & 3 deletions flutter/flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Add `ffmpeg_kit_flutter` as a dependency in your `pubspec.yaml file`.

```yaml
dependencies:
ffmpeg_kit_flutter: 6.0.0
ffmpeg_kit_flutter: 6.0.1
```
#### 2.1 Packages
Expand All @@ -58,7 +58,7 @@ using the following dependency format.

```yaml
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
Expand All @@ -70,7 +70,7 @@ In order to install the `LTS` variant, append `-LTS` to the version you have for

```yaml
dependencies:
ffmpeg_kit_flutter: 6.0.0-LTS
ffmpeg_kit_flutter: 6.0.1-LTS
```

#### 2.4 LTS Releases
Expand Down
2 changes: 1 addition & 1 deletion flutter/flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ android {

dependencies {
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'com.arthenica:ffmpeg-kit-https:6.0'
implementation 'com.arthenica:ffmpeg-kit-https:6.0-1'
}
2 changes: 1 addition & 1 deletion flutter/flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: FFmpeg Kit for Flutter. Supports Android, iOS and macOS platforms.
repository: https://github.com/arthenica/ffmpeg-kit
issue_tracker: https://github.com/arthenica/ffmpeg-kit/issues
homepage: https://github.com/arthenica/ffmpeg-kit
version: 6.0.0
version: 6.0.1

environment:
sdk: ">=2.12.0 <4.0.0"
Expand Down

0 comments on commit 05c38dc

Please sign in to comment.