easy_video_editor
A lightweight Flutter plugin for video editing without FFmpeg dependency. Trim, merge, adjust speed and more on Android & iOS.
0.1.6
8.7K downloads/mo
#3116 most downloaded on pub.dev
iawtk2302/easy_video_editor
What this package is like to depend on
Last release 2 months ago
01 Jun 2026
Release timing varies
gaps range from 9 days to 8 months
Nearly every release is documented
notes for 16 of 16 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
16 releases · first in 2025
4 releases in the last 12 months
see the full history below
Release timeline
16 releases · Mar 2025 to Jun 2026Releases
latest 16-
0.1.601 Jun 2026Release notes
Open source →- Add
getFrameAPI to extract raw RGBA8888 video frame pixels on Android and iOS. - Preserve the source video frame rate on iOS when exporting transformed videos such as merge, scale, rotate, flip, and crop.
- Add
-
0.1.501 Jun 2026Release notes
Open source →- Add Swift Package Manager support for the iOS plugin while keeping CocoaPods compatibility.
- Remove production
printcalls fromVideoEditorBuilderso package analysis is clean.
-
0.1.401 Jun 2026Release notes
Open source →- Improve video merge output on Android and iOS by preserving display orientation and fitting mixed-size videos into an even-sized canvas.
- Fix operation cleanup so completed operations are unregistered without triggering cancellation behavior.
- Add Android unit coverage for operation unregister and inactive-scope cleanup.
-
0.1.306 Oct 2025 -
0.1.203 May 2025 -
0.1.102 May 2025 -
0.1.002 May 2025 -
0.0.901 May 2025 -
0.0.830 Apr 2025 -
0.0.729 Apr 2025 -
0.0.618 Apr 2025Release notes
Open source →- Add creationDate to getVideoMetadata output
- Fix rotation issue
- Downgrade media3 version support SDK 34
-
0.0.508 Apr 2025 -
0.0.420 Mar 2025Release notes
Open source →- Add method to retrieve video metadata (duration, dimensions, title, author, orientation, file size)
- Add method to cancel current operation
-
0.0.314 Mar 2025Release notes
Open source →- Fix rotation issue
- Add option output path for export
- Add option output path for extract audio
- Add option output path for generate thumbnail
- Update README.md
-
0.0.213 Mar 2025 -
0.0.113 Mar 2025Release notes
Open source →Initial release of Easy Video Editor - A lightweight Flutter plugin for video editing without FFmpeg dependency.
Key features:
-
Video trimming
- Cut and trim videos at specified timestamps
- Real-time preview support
-
Video compression
- Compress videos with customizable quality
- Multiple resolution options
- Maintain aspect ratio
-
Video cropping
- Crop videos to desired dimensions
- Custom aspect ratio support
-
Speed adjustment
- Change video playback speed
- Support for both slow motion and fast forward
-
Video merging
- Combine multiple video clips
- Seamless transition between clips
-
Audio features
- Extract audio from video
- Mute/unmute video
-
Platform support:
- iOS implementation (iOS 13.0+)
- Android implementation
-
Example app included with all feature demonstrations
-