Skip to content

Releases: hm21/pro_image_editor

Completely rewrote logic for custom widgets and add new "Frosted-Glass" design

17 Jun 16:36
Compare
Choose a tag to compare

BREAKING CHANGES:

  • Removed hardcoded WhatsApp design.
  • Rewritten entire logic of customWidgets.
  • Moved initialColor and initialStrokeWidth from paintEditorConfigs to imageEditorTheme-paintingEditor.

Features:

  • Added new design Frosted-Glass.
  • WhatsApp theme is now fully editable.
  • Smaller build size and minimal performance boost due to removal of hardcoded WhatsApp design.
  • Simplified usage of customWidgets.
  • Editor design is now more customizable.

New crop rotate editor and improved performance

06 Jun 09:27
Compare
Choose a tag to compare
feat(release): set version to 3.0.0 and improve performance

- Updated version to 3.0.0 in pubspec.yaml.
- Enhanced performance by making decodeImage an async task in main_editor.dart after closing the crop rotate editor.
- Updated CHANGELOG.md to reflect the version bump and performance improvements.

v2.7.0

01 May 09:52
Compare
Choose a tag to compare
feat: Layers can now be selected for rotation, scaling, and deletion,…

2.6.7: fix: correct layer interaction to handle multiple layers

21 Apr 15:22
Compare
Choose a tag to compare
refactor: improve code readability for better maintainability