You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.