Skip to content

Releases: imgly/pesdk-flutter

3.2.0

26 Jun 09:55
Compare
Choose a tag to compare

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

27 Mar 11:34
Compare
Choose a tag to compare

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

27 Apr 21:48
Compare
Choose a tag to compare

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

18 Apr 12:12
Compare
Choose a tag to compare

Added

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

2.8.1

04 Apr 17:13
Compare
Choose a tag to compare

Fixed

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

2.8.0

28 Mar 10:04
Compare
Choose a tag to compare

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

19 Oct 12:56
Compare
Choose a tag to compare

Fixed

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

2.7.0

13 Sep 16:31
Compare
Choose a tag to compare

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

29 Jun 12:29
Compare
Choose a tag to compare

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

02 Jun 14:41
Compare
Choose a tag to compare

Added

  • [imgly_sdk] Added ThemeOptions which enable customizing the UI color scheme with existing or custom runtime Themes on iOS and existing or custom compiletime XML themes on Android.
  • [imgly_sdk] Added Configuration.toolbarMode which 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.