pro_image_editor 2.6.5 copy "pro_image_editor: ^2.6.5" to clipboard
pro_image_editor: ^2.6.5 copied to clipboard

A Flutter image editor: Seamlessly enhance your images with user-friendly editing features.

Changelog #

2.6.5 #

  • feat: Make stateHistory and activeLayers public and add moveLayerListPosition method to improve layer management functionality.

2.6.4 #

  • fix(iOS): resolve editor error on iOS devices with cupertino design when editing completion

2.6.3 #

  • feat: Add preview screen to sample application for displaying edited images
  • chore: Update emoji_picker_flutter dependency to version 2.2.0

2.6.2 #

  • feat: Add a custom widget option to the Whatsapp design. This allows user to create same as in whatsapp, a text field with a send button or any other widget they want.

2.6.1 #

  • docs: Update README for better image viewing

2.6.0 #

  • feat: Added prebuilt design option inspired by WhatsApp design. Now the image editor includes a prebuilt design that closely resembles the visual style of WhatsApp, offering users a familiar and intuitive editing experience.

2.5.8 #

  • chore: Dependency updates

2.5.7 #

Breaking Changes

  • 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.

2.5.6 #

  • feat: Allow users to set only the required crop aspect ratios. Details in GitHub issue #20

2.5.5 #

  • fix: Fix flutter analyze tests and format code.

2.5.4 #

2.5.3 #

  • feat: Customize dialog colors in Cupertino design. Details in GitHub pull #18

2.5.2 #

  • fix: The allowCompleteWithEmptyEditing logic was dropped by the committing. Details in GitHub pull #17

2.5.1 #

2.5.0 #

2.4.6 #

  • feat: Add Change Font Scale feature to text editor. Details in GitHub pull #14

2.4.5 #

  • feat: Add parameter allowCompleteWithEmptyEditing. Details in GitHub pull #11

2.4.4 #

  • fix: Hotfix for transparent images that are not displaying correctly after crop/rotate. Details in GitHub issue #10

2.4.3 #

  • Refactor: Upgrade Flutter to latest version and fix new analyze issues.

2.4.2 #

  • feat: Add landscape mode for device orientation, details in GitHub issue #7

2.4.1 #

  • fix: Hotfix to close the editor with custom parameters, details in GitHub issue #6

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.

2.3.2 #

  • style: Enclose if statement in block in pro_image_editor_main.dart

2.3.1 #

2.3.0 #

  • feat: Enhance state history management

2.2.3 #

  • Enhancement: Improved the fly animation within the Hero widget to provide a smoother and more visually appealing experience.

2.2.2 #

2.2.1 #

2.2.0 #

  • Added functionality to extend the bottomAppBar with custom widgets, providing users with more flexibility in customizing the bottom bar.

2.1.1 #

  • Improved Dart code formatting

2.1.0 #

  • Added functionality to extend the appbar with custom widgets, providing users with more flexibility in customizing the app's header.

2.0.0 #

  • Introducing the "Sticker" editor for seamless loading of stickers and widgets directly into the editor.

1.0.3 #

  • Update README.md with improved preview image

1.0.2 #

  • Improved accessibility: ProImageEditorConfigs is now directly exported for easier integration and usage.

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

1.0.0 #

  • Implement PaintingEditor
  • Implement TextEditor
  • Implement CropRotateEditor
  • Implement FilterEditor
  • Implement EmojiEditor