Skip to content

2.8.0

Compare
Choose a tag to compare
@leontobias leontobias released this 28 Mar 10:04
· 5 commits to main since this release

Added

  • [video_editor_sdk] Added VideoEditorResult.segments, VideoEditorResult.videoSize, and VideoEditorResult.release() which enable serialization of the individual video composition components if VideoOptions.segments is enabled.
  • [video_editor_sdk] Added FlutterVESDK.editorWillOpenClosure and FlutterVESDK.editorWillExportClosure which allow further native configuration on Android.
  • [photo_editor_sdk] Added FlutterPESDK.editorWillOpenClosure and FlutterPESDK.editorWillExportClosure which allow further native configuration on Android.

Fixed

  • [imgly_sdk] Fixed TextOptions.canvasActions would use StickerCanvasAction instead of TextCanvasAction.