- Chore: Dependency updates
- Changed the way aspect ratios and the initial value are set.
- I18n for crop aspect ratios must now be set in the crop-rotate editor configs.
- Feat: Allow users to set only the required crop aspect ratios. Details in GitHub issue #20
- Fix: Fix flutter analyze tests and format code.
- Feat: Add the
strokeWidthOnChanged
callback. Details in GitHub pull #19
- Feat: Customize dialog colors in Cupertino design. Details in GitHub pull #18
- Fix: The
allowCompleteWithEmptyEditing
logic was dropped by the committing. Details in GitHub pull #17
- Feat: Set theme for alert dialog. Details in GitHub pull #16
- Feat: New editor
Blur-Editor
. Details in GitHub pull #15
- Feat: Add
Change Font Scale
feature to text editor. Details in GitHub pull #14
- Feat: Add parameter
allowCompleteWithEmptyEditing
. Details in GitHub pull #11
- Fix: Hotfix for transparent images that are not displaying correctly after crop/rotate. Details in GitHub issue #10
- Refactor: Upgrade Flutter to latest version and fix new analyze issues.
- Feat: Add landscape mode for device orientation, details in GitHub issue #7
- Fix: Hotfix to close the editor with custom parameters, details in GitHub issue #6
- 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.
- style: Enclose if statement in block in pro_image_editor_main.dart
- Fix: fix overflow bug in BottomAppBar, details in GitHub issue #5
- Feat: Enhance state history management
- Enhancement: Improved the fly animation within the Hero widget to provide a smoother and more visually appealing experience.
- Fix: example bug for
emojiSet
, details in GitHub issue #2
- Fix: close warning bug, details in GitHub issue #1
- Added functionality to extend the bottomAppBar with custom widgets, providing users with more flexibility in customizing the bottom bar.
- Improved Dart code formatting
- Added functionality to extend the appbar with custom widgets, providing users with more flexibility in customizing the app's header.
- Introducing the "Sticker" editor for seamless loading of stickers and widgets directly into the editor.
- Update README.md with improved preview image
- Improved accessibility:
ProImageEditorConfigs
is now directly exported for easier integration and usage.
- 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
- Implement PaintingEditor
- Implement TextEditor
- Implement CropRotateEditor
- Implement FilterEditor
- Implement EmojiEditor