flutter_img_editor 0.0.6
flutter_img_editor: ^0.0.6 copied to clipboard
Image_editor is an embeddable Flutter image editing component that offers common editing tools such as cropping, rotating, and text overlay.
0.0.6 #
- Add a new lockToTool parameter to ImageEditorConfig to serve as a locked tool.
- When it is set, configurations for other tools will be ignored, the editor will directly enter that tool’s mode, and switching to other tools will be disabled. Currently, only crop tools are supported. This is intended to make direct cropping more convenient.
0.0.5 #
- Fixed Bugs
0.0.4 #
- Added
RotateOptionConfigto control visibility of free rotation and fixed-angle rotation buttons. - Extended
ImageEditorConfigwith arotateOptionsfield; configureenableFreeandenableFixedto show/hide rotation controls. - Fixed icon display issue: added
cupertino_iconsdependency to resolve missingCupertinoIcons.rotate_leftandCupertinoIcons.rotate_righticons. - Improved image scaling calculation to reserve space for top and bottom toolbars, preventing images from covering UI elements.
- Fixed gesture handling: prevented accidental zoom triggers during single-finger panning.
0.0.3 #
- Added
ImageCompressionConfigto downscaleui.Imageoutput when exporting or saving temp files. - Extended
ImageEditorConfigwith acompressionfield; the example app demonstrates enabling compression.
0.0.2 #
- Add saveImageToTempFile, For workflows that absolutely need a path