Skip to content

Commit

Permalink
Merge pull request #128 from LeGoffMael/2.1.0
Browse files Browse the repository at this point in the history
2.1.0
  • Loading branch information
LeGoffMael authored Dec 1, 2022
2 parents 64dee55 + e7897b3 commit 5bf682b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.1.0]

- Trim values are now more accurate for exportation [#127](https://github.com/LeGoffMael/video_editor/pull/127)
- New `minDuration` argument in controller [#126](https://github.com/LeGoffMael/video_editor/pull/126)
- Timeline shows milliseconds
- Crop values are now more accurate for exportation [#125](https://github.com/LeGoffMael/video_editor/pull/125)
- Fix issue were crop were not applied on export
- New `trimmedDuration` getter

## [2.0.0]

- New trimmer gesture [#124](https://github.com/LeGoffMael/video_editor/pull/124)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Following steps will help you add this library as a dependency in your flutter p

```yaml
dependencies:
video_editor: ^2.0.0
video_editor: ^2.1.0
```
- Import the package in your code:
Expand Down Expand Up @@ -74,6 +74,7 @@ Those Android API level and iOS deployment target are required to uses this pack
| -------------------------------- | --------------------------------- |
| Duration startTrim | The start value of the trimmed area |
| Duration endTrim | The end value of the trimmed area |
| Duration trimmedDuration | The duration of the selected trimmed area |
| bool isTrimmed | Set to `true` when the trimmed values are not the default video duration |
| bool isTrimming | Set to `true` when startTrim or endTrim is changing |
| Duration maxDuration | The maxDuration possible for the trimmed area |
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: 2.0.0
version: 2.1.0
description: A flutter package for editing video written in pure Dart with fully customizable UI. Supports crop, trim, rotation and cover selection.
repository: https://github.com/LeGoffMael/video_editor

Expand Down

0 comments on commit 5bf682b

Please sign in to comment.