Releases: imgly/imgly-flutter
Releases · imgly/imgly-flutter
Release list
3.3.0
Changed
- [react-native-photoeditorsdk] Raised minimum PhotoEditor Build SDK for Android version to 35
- [react-native-photoeditorsdk] Raised Kotlin version to 2.1 and KSP to 2.1.0-1.0.28
- [react-native-videoeditorsdk] Raised minimum PhotoEditor Build SDK for Android version to 35
- [react-native-videoeditorsdk] Raised Kotlin version to 2.1 and KSP to 2.1.0-1.0.28
3.2.0
Changed
- Updated minimum supported Flutter SDK version to 3.16.
Fixed
- Fixed incompatibility with Flutter 3.19+ caused by the deprecation of the imperative Gradle apply script method.
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.