Skip to content

Commit

Permalink
ready to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mael Le Goff committed Jun 23, 2022
1 parent 8522d69 commit 4f00c4e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.4.3]

- New `onError` param in export functions [#98](https://github.com/seel-channel/video_editor/pull/98)
- New selectedIndicator param in `CoverSelectionStyle` [#97](https://github.com/seel-channel/video_editor/pull/97)
- Update dependencies

## [1.4.2]

- Update to flutter 3 [#91](https://github.com/seel-channel/video_editor/pull/91)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Following steps will help you add this library as a dependency in your flutter p

```yaml
dependencies:
video_editor: ^1.4.2
video_editor: ^1.4.3
```
- Run the following command to install the package:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
helpers: ^1.1.4
image_picker: ^0.8.5+3
cupertino_icons: ^1.0.4
video_player: ^2.4.2
video_player: ^2.4.5

flutter:
uses-material-design: true
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: video_editor
version: 1.4.2
version: 1.4.3
description: A video editor that allows to trim, crop, rotate and scale video with a very flexible UI Design.
homepage: https://github.com/seel-channel/video_editor

Expand All @@ -13,7 +13,7 @@ dependencies:

ffmpeg_kit_flutter_min_gpl: ^4.5.1
path_provider: ^2.0.10
video_player: ^2.4.2
video_player: ^2.4.5
video_thumbnail: ^0.5.0
path: ^1.8.0 # update to `1.8.1` causes #79

Expand Down

0 comments on commit 4f00c4e

Please sign in to comment.