Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit 05c38dc

Browse files
committed
release flutter v6.0.1
1 parent 471d38b commit 05c38dc

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

flutter/flutter/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 6.0.1
2+
- Bug fix release based on native v6.0
3+
- Fixes issues 804 and 809
4+
5+
## 6.0.1-LTS
6+
- Bug fix release based on native v6.0.LTS
7+
- Fixes issues 804 and 809
8+
19
## 6.0.0
210
- Feature release based on native v6.0
311
- Renames StreamInformation.getFullCodec() method to getCodecLong()

flutter/flutter/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Add `ffmpeg_kit_flutter` as a dependency in your `pubspec.yaml file`.
3535

3636
```yaml
3737
dependencies:
38-
ffmpeg_kit_flutter: 6.0.0
38+
ffmpeg_kit_flutter: 6.0.1
3939
```
4040
4141
#### 2.1 Packages
@@ -58,7 +58,7 @@ using the following dependency format.
5858

5959
```yaml
6060
dependencies:
61-
ffmpeg_kit_flutter_<package name>: 6.0.0
61+
ffmpeg_kit_flutter_<package name>: 6.0.1
6262
```
6363

6464
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
7070

7171
```yaml
7272
dependencies:
73-
ffmpeg_kit_flutter: 6.0.0-LTS
73+
ffmpeg_kit_flutter: 6.0.1-LTS
7474
```
7575

7676
#### 2.4 LTS Releases

flutter/flutter/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ android {
4949

5050
dependencies {
5151
implementation 'androidx.annotation:annotation:1.5.0'
52-
implementation 'com.arthenica:ffmpeg-kit-https:6.0'
52+
implementation 'com.arthenica:ffmpeg-kit-https:6.0-1'
5353
}

flutter/flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: FFmpeg Kit for Flutter. Supports Android, iOS and macOS platforms.
33
repository: https://github.com/arthenica/ffmpeg-kit
44
issue_tracker: https://github.com/arthenica/ffmpeg-kit/issues
55
homepage: https://github.com/arthenica/ffmpeg-kit
6-
version: 6.0.0
6+
version: 6.0.1
77

88
environment:
99
sdk: ">=2.12.0 <4.0.0"

0 commit comments

Comments
 (0)