Skip to content

Commit

Permalink
[1.5.1] ready to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LeGoffMael committed Nov 3, 2022
1 parent 8597ac7 commit cd2beb7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.5.1]

- New `aspectRatio` param in initialize function, to set up the crop param without opening the crop view
- Fix some crop resize issue with ratio
- Fix scale issue

## [1.5.0]

- Upgrade `flutter_ffmpeg_kit` to latest 5.1.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Following steps will help you add this library as a dependency in your flutter p

```yaml
dependencies:
video_editor: ^1.5.0
video_editor: ^1.5.1
```
- Run the following command to install the package:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: video_editor
version: 1.5.0
version: 1.5.1
description: A video editor that allows to trim, crop, rotate and scale video with a very flexible UI Design.
repository: https://github.com/seel-channel/video_editor

Expand Down

0 comments on commit cd2beb7

Please sign in to comment.