flutter_img_editor 0.0.5
flutter_img_editor: ^0.0.5 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.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