Releases: imgly/pesdk-flutter
Releases · imgly/pesdk-flutter
3.2.0
3.1.0
Changed
- [video_editor_sdk] Raised minimum VideoEditor SDK for Android version to 10.9.0. See the migration guide for more information.
- [photo_editor_sdk] Raised minimum PhotoEditor SDK for Android version to 10.9.0. See the migration guide for more information.
Fixed
- Fixed potential crash on Android:
IllegalStateException "You need to use a Theme.AppCompat theme (or descendant) with this activity.". - Fixed potential compiling issues due to missing namespace for Android.
3.0.0
Changed
- Changed and aligned the error codes for the plugins.
- [imgly_sdk] Removed custom
Colorclass and replaced its usage with thedart:uiColorclass. - [video_editor_sdk] Unlocking the license via
VESDK.unlockWithLicenseis now executing asynchronously. - [photo_editor_sdk] Unlocking the license via
PESDK.unlockWithLicenseis now executing asynchronously.
Fixed
- [video_editor_sdk] Fixed tint color of the toolbar would not be applied correctly in the trim tool on iOS.
2.9.0
Added
- [imgly_sdk] Added
configuration.singleToolModethat skips main menu if only one tool is used.
2.8.1
Fixed
- Fixed errors from the iOS plugin would not be caught.
2.8.0
Added
- [video_editor_sdk] Added
VideoEditorResult.segments,VideoEditorResult.videoSize, andVideoEditorResult.release()which enable serialization of the individual video composition components ifVideoOptions.segmentsis enabled. - [video_editor_sdk] Added
FlutterVESDK.editorWillOpenClosureandFlutterVESDK.editorWillExportClosurewhich allow further native configuration on Android. - [photo_editor_sdk] Added
FlutterPESDK.editorWillOpenClosureandFlutterPESDK.editorWillExportClosurewhich allow further native configuration on Android.
Fixed
- [imgly_sdk] Fixed
TextOptions.canvasActionswould useStickerCanvasActioninstead ofTextCanvasAction.
2.7.1
Fixed
- [video_editor_sdk] Fixed opening the editor with multiple videos would only load the first video.
2.7.0
Added
- [imgly_sdk] Added
StickerAction.durationas well asTextAction.durationwhich allow selecting a unique duration for texts and stickers in the video editor.
Fixed
- [video_editor_sdk] Fixed
Themewould not be applied if the editor has been initialized with a single video on Android.
2.6.0
Changed
- 🚨 Bumped iOS deployment target to 13.0.
- [video_editor_sdk] Raised minimum VideoEditor SDK for iOS version to 11.1.0. See the changelog for more information.
- [photo_editor_sdk] Raised minimum PhotoEditor SDK for iOS version to 11.1.0. See the changelog for more information.
Added
- [imgly_sdk] Added implementation and documentation for background removal.
2.5.0
Added
- [imgly_sdk] Added
ThemeOptionswhich enable customizing the UI color scheme with existing or custom runtimeThemes on iOS and existing or custom compiletime XML themes on Android. - [imgly_sdk] Added
Configuration.toolbarModewhich enables repositioning the toolbar to the top/bottom of the editor on iOS. - [video_editor_sdk] Added implementation and documentation for GIPHY sticker integration.
Fixed
- Fixed enabling serialization would potentially crash the export on Android.
- [imgly_sdk] Fixed error when running on Android with Flutter 3.
- [photo_editor_sdk] Fixed error when opening the editor without an image but with a serialization with an embedded image.
- [video_editor_sdk] Fixed height and width of specified composition size would be flipped on Android.