video_editor_sdk 2.0.0 video_editor_sdk: ^2.0.0 copied to clipboard
The official Flutter plugin for VideoEditor SDK. Integrate the video editor into your own iOS or Android app - in minutes!
[2.0.0] #
Added #
- Added null safety support for all three plugins.
- [imgly_sdk] Added integration and documentation for new video composition, video library and audio library tools.
- [imgly_sdk] Added missing code examples in the API documentation.
- [video_editor_sdk] Added integration and documentation for new video composition, video library and audio library tools.
Changed #
- [imgly_sdk] Updated identifier documentation for replaced and new fonts.
- [video_editor_sdk] The named parameter
video
of theVESDK.openEditor
method now expects aVideo
instead of aString
.
Fixed #
- Fixed crash when integrating all three plugins in the same project on Android.
- [imgly_sdk] Fixed some custom assets would not be resolved correctly on Android.
- [imgly_sdk] Fixed code examples in API documentation for using existing assets that are provided by the SDK.
- [imgly_sdk] Fixed thumbnail would not be loaded for a custom
Overlay
on iOS.