imgly_sdk 3.3.0
imgly_sdk: ^3.3.0 copied to clipboard
The official base plugin for the photo_editor_sdk and video_editor_sdk Flutter plugins.
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 #
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.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 #
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.
2.4.0 #
Changed #
- 🚨 With this version you might need to create symlinks when using Android Gradle Plugin version
4.x. Please refer to the new known issues section of the README for details. - 🚨 This version requires
minSdkVersion21for Android. Please refer to the new step 3 in the getting started section of the README for instructions on how to adjust it. - [video_editor_sdk] Raised minimum VideoEditor SDK for Android version to 10.0.1. See the changelog for more information.
- [photo_editor_sdk] Raised minimum PhotoEditor SDK for Android version to 10.0.1. See the changelog for more information.
2.3.0 #
Changed #
- [imgly_sdk] Removed
WRITE_EXTERNAL_STORAGEpermission request when opening the editor on Android. - [imgly_sdk] Aligned emoji support for iOS and Android. Emoji support is not optimized for cross-platform use and disabled by default. Added option
TextOptions.allowEmojis. - [imgly_sdk] Updated documentation for remote resources used in the editor. Remote resources are usable but not optimized and therefore should be downloaded in advance and then passed to the editor as local resources.
Added #
- [imgly_sdk] Added integration and documentation for custom watermark. Use
Configuration.watermarkto add a custom watermark to the image/video.
Fixed #
- Fixed unexpected behavior when invoking multiple requests.
- [imgly_sdk] Fixed
CompositionOptions.personalVideoClipswould not be resolved correctly on Android.
2.2.0 #
Changed #
- The IMG.LY maven repository is no longer automatically added to your Android project by the plugin. Please refer to the new step 3 in the getting started section of the README for instructions on how to add it.
- Added support for PhotoEditor SDK and VideoEditor SDK for Android version 9.
Added #
- [video_editor_sdk] Added integration and documentation for force trim.
- [imgly_sdk] Added
TrimOptions.forceMode,TrimOptions.minimumDurationandTrimOptions.maximumDurationto configure the force-trimming behavior.
Fixed #
- [imgly_sdk] Fixed
TrimOptionsnot being exposed forConfiguration.trim. - [imgly_sdk] Fixed
CompositionOptions.clipTrimOptionsusingTrimOptionsinstead ofClipTrimOptions.
2.1.0 #
Added #
- [imgly_sdk] Added
ExportOptions.forceExportwhich will force the photo/video to be rendered and exported in the defined output format even if no changes have been applied. Otherwise, the input asset will be passed through and might not match the defined output format. - [imgly_sdk] Added an interface for native customization on iOS. Set
FlutterIMGLY.configureWithBuilderto modify theConfigurationafter it has been retrieved from the plugin. - [photo_editor_sdk] Added support to replace the
PhotoEditViewControllerwith custom subclasses on iOS. - [photo_editor_sdk] Added
FlutterPESDK.willPresentPhotoEditViewControllerallowing access to thePhotoEditViewControllerbefore it is presented on iOS. - [video_editor_sdk] Added support to replace the
VideoEditViewControllerwith custom subclasses on iOS. - [video_editor_sdk] Added
FlutterVESDK.willPresentVideoEditViewControllerallowing access to theVideoEditViewControllerbefore it is presented on iOS.
Changed #
- [video_editor_sdk] Changed the example to use the default
Videoconstructor sinceVideo.compositionis only available when having a valid license for the video composition feature.
2.0.0 #
Added #
- Added null safety support for all three plugins.
- [imgly_sdk] Added integration and documentation for new video composition, video library and audio library tools.
- [imgly_sdk] Added missing code examples in the API documentation.
- [video_editor_sdk] Added integration and documentation for new video composition, video library and audio library tools.
Changed #
- [imgly_sdk] Updated identifier documentation for replaced and new fonts.
- [video_editor_sdk] The named parameter
videoof theVESDK.openEditormethod now expects aVideoinstead of aString.
Fixed #
- Fixed crash when integrating all three plugins in the same project on Android.
- [imgly_sdk] Fixed some custom assets would not be resolved correctly on Android.
- [imgly_sdk] Fixed code examples in API documentation for using existing assets that are provided by the SDK.
- [imgly_sdk] Fixed thumbnail would not be loaded for a custom
Overlayon iOS.