Skip to content

Releases: imgly/imgly-flutter

3.3.0

Choose a tag to compare

@leontobias leontobias released this 01 Oct 09:58

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

Choose a tag to compare

@leontobias leontobias released this 26 Jun 09:28

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

Choose a tag to compare

@leontobias leontobias released this 27 Mar 11:14

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

Choose a tag to compare

@leontobias leontobias released this 27 Apr 14:22

Changed

  • Changed and aligned the error codes for the plugins.
  • [imgly_sdk] Removed custom Color class and replaced its usage with the dart:ui Color class.
  • [video_editor_sdk] Unlocking the license via VESDK.unlockWithLicense is now executing asynchronously.
  • [photo_editor_sdk] Unlocking the license via PESDK.unlockWithLicense is 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

Choose a tag to compare

@leontobias leontobias released this 18 Apr 11:55

Added

  • [imgly_sdk] Added configuration.singleToolMode that skips main menu if only one tool is used.

2.8.1

Choose a tag to compare

@leontobias leontobias released this 04 Apr 16:58

Fixed

  • Fixed errors from the iOS plugin would not be caught.

2.8.0

Choose a tag to compare

@leontobias leontobias released this 28 Mar 09:47

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.

2.7.1

Choose a tag to compare

@leontobias leontobias released this 19 Oct 12:44

Fixed

  • [video_editor_sdk] Fixed opening the editor with multiple videos would only load the first video.

2.7.0

Choose a tag to compare

@leontobias leontobias released this 13 Sep 16:17

Added

  • [imgly_sdk] Added StickerAction.duration as well as TextAction.duration which allow selecting a unique duration for texts and stickers in the video editor.

Fixed

  • [video_editor_sdk] Fixed Theme would not be applied if the editor has been initialized with a single video on Android.

2.6.0

Choose a tag to compare

@leontobias leontobias released this 29 Jun 12:18

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.