pro_video_editor 0.1.3-dev.1
pro_video_editor: ^0.1.3-dev.1 copied to clipboard
A Flutter video editor: Seamlessly enhance your videos with user-friendly editing features.
0.1.3-dev.1 #
- FIX(iOS, macOS): Resolved multiple issue where, in some Swift versions, a trailing comma in the constructor caused an error.
0.1.2 #
- FIX(iOS, macOS): Resolved an issue where, in some Swift versions, a trailing comma in the constructor caused an error.
0.1.1 #
- DOCS: Updated README with new examples and images.
0.1.0* #
- FEAT(iOS): Added render functions for iOS.
- FEAT(macOS): Added render functions for macOS.
0.0.14 #
- FIX: Resolve various crop and rotation issues.
- REFACTOR(android): Improve code quality.
- FEAT(example): Add video-editor example.
0.0.13 #
- FIX(crop): Resolve issues that crop not working.
0.0.12 #
- FIX(layer): Fixed incorrect layer scaling caused by misinterpreted video dimensions.
0.0.11 #
- FIX(rotation): Resolve various issues when video is rotated.
0.0.10 #
- FEAT(native-code): Remove the ffmpeg package and start implementing native code.
0.0.9 #
- REFACTOR(encoding): Export encoding models for easier import from main package
0.0.8 #
- FEAT(audio): Add enable audio parameter
0.0.7 #
- FEAT(iOS, macOS): Add video generation support for macOS and iOS
0.0.6 #
- FIX(crop): Ensure crop dimensions are even to avoid libx264 errors
0.0.5 #
- FEAT: Add support for color 4x5 matrices
0.0.4 #
- FEAT: Add video parser functions for android
0.0.3 #
- FIX: Resolve thumbnail generation on web.
0.0.2 #
- FEAT: Add
getVideoInformationandcreateVideoThumbnailsfor all platforms.
0.0.1 #
- CHORE: Initial release.