native_video_editor 0.2.0
native_video_editor: ^0.2.0 copied to clipboard
A Flutter plugin for native video edits using AVFoundation and AndroidX Media3 Transformer.
0.2.0 #
- Add video export progress reporting callback support (
onProgressparameter inprocessVideo). - Add video export cancellation support (
cancelProcessVideomethod). - Upgrade Android compile SDK and target SDK to 36 for SDK 36 compatibility.
- Update example app with interactive progress tracking and cancellation controls.
0.1.0 #
- Add video speed adjustment with
speedMultiplier. - Add native thumbnail extraction.
- Improve the example with file picking and sandbox output paths.
- Add Dart API validation tests.
0.0.2 #
- Add recognized MIT license metadata.
- Improve README, package topics, issue tracker, and public API documentation.
- Exclude local tool/cache artifacts from published archives.
0.0.1 #
- Initial Phase 1 native processing pipeline.
- Adds trimming, normalized cropping, resizing, 90-degree rotation, and audio muting.