pro_image_editor 2.5.1 pro_image_editor: ^2.5.1 copied to clipboard
A Flutter image editor: Seamlessly enhance your images with user-friendly editing features.
Changelog #
Version 2.5.1 #
- Feat: Set theme for alert dialog. Details in GitHub pull #16
Version 2.5.0 #
- Feat: New editor
Blur-Editor
. Details in GitHub pull #15
Version 2.4.6 #
- Feat: Add
Change Font Scale
feature to text editor. Details in GitHub pull #14
Version 2.4.5 #
- Feat: Add parameter
allowCompleteWithEmptyEditing
. Details in GitHub pull #11
Version 2.4.4 #
- Fix: Hotfix for transparent images that are not displaying correctly after crop/rotate. Details in GitHub issue #10
Version 2.4.3 #
- Refactor: Upgrade Flutter to latest version and fix new analyze issues.
Version 2.4.2 #
- Feat: Add landscape mode for device orientation, details in GitHub issue #7
Version 2.4.1 #
- Fix: Hotfix to close the editor with custom parameters, details in GitHub issue #6
Version 2.4.0 #
Breaking Changes
- Updated
emoji_picker_flutter
dependency to version 2.0.0. This version introduces significant enhancements, including:- Improved configuration options for better customization.
- Addition of a new search function for easier emoji discovery.
- Expanded design options for enhanced visual appearance.
Version 2.3.2 #
- style: Enclose if statement in block in pro_image_editor_main.dart
Version 2.3.1 #
- Fix: fix overflow bug in BottomAppBar, details in GitHub issue #5
Version 2.3.0 #
- Feat: Enhance state history management
Version 2.2.3 #
- Enhancement: Improved the fly animation within the Hero widget to provide a smoother and more visually appealing experience.
Version 2.2.2 #
- Fix: example bug for
emojiSet
, details in GitHub issue #2
Version 2.2.1 #
- Fix: close warning bug, details in GitHub issue #1
Version 2.2.0 #
- Added functionality to extend the bottomAppBar with custom widgets, providing users with more flexibility in customizing the bottom bar.
Version 2.1.1 #
- Improved Dart code formatting
Version 2.1.0 #
- Added functionality to extend the appbar with custom widgets, providing users with more flexibility in customizing the app's header.
Version 2.0.0 #
- Introducing the "Sticker" editor for seamless loading of stickers and widgets directly into the editor.
Version 1.0.3 #
- Update README.md with improved preview image
Version 1.0.2 #
- Improved accessibility:
ProImageEditorConfigs
is now directly exported for easier integration and usage.
Version 1.0.1 #
- Updated images in README.md for enhanced clarity
- Formatted Dart code across various modules for improved consistency
- Added documentation to adaptive_dialog.dart for better code understanding
Version 1.0.0 #
- Implement PaintingEditor
- Implement TextEditor
- Implement CropRotateEditor
- Implement FilterEditor
- Implement EmojiEditor