Skip to content

Commit

Permalink
[2.0.0] ready to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeGoffMael committed Nov 28, 2022
1 parent c73b66e commit 48141a1
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [2.0.0]

- New trimmer gesture [#124](https://github.com/LeGoffMael/video_editor/pull/124)
- New animation during rotation [#123](https://github.com/LeGoffMael/video_editor/pull/123)
- Better trimmer [#122](https://github.com/LeGoffMael/video_editor/pull/122)
- Better crop boundaries touch detection [#121](https://github.com/LeGoffMael/video_editor/pull/121)
- New style parameters
- New thumbnails fadein animation at generation
- Video cursor position updated better while trimming
- Fix scale issue in thumbnails

Check [migration guide](https://github.com/LeGoffMael/video_editor/wiki/Migration-to-2.0.0).

## [1.5.2]

- Fix scale issue when video is rotated
Expand Down
2 changes: 1 addition & 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: ^1.5.2
video_editor: ^2.0.0
```
- Import the package in your code:
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: example
description: A new Flutter project.
description: Video editor example app

publish_to: "none"
version: 1.0.0+1
Expand All @@ -18,7 +18,7 @@ dependencies:
helpers: ^1.1.4
image_picker: ^0.8.6
cupertino_icons: ^1.0.5
video_player: ^2.4.7
video_player: ^2.4.8
fraction: ^4.1.4

flutter:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: video_editor
version: 1.5.2
description: A video editor that allows to trim, crop, rotate and scale video with a very flexible UI Design.
version: 2.0.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

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

ffmpeg_kit_flutter_min_gpl: ^5.1.0
path_provider: ^2.0.10
video_player: ^2.4.7
video_player: ^2.4.8
video_thumbnail: ^0.5.3
path: ^1.8.0 # update to `1.8.1` causes #79
transparent_image: ^2.0.0 # show fade-in placeholder in thumbnails generation
Expand Down

0 comments on commit 48141a1

Please sign in to comment.