profile_image_cropper 2.0.0
profile_image_cropper: ^2.0.0 copied to clipboard
A simple profile image cropper package for Flutter
2.0.0 #
- Examples Folder and Code Added
- Custom Overlays: Circle, rectangle, or grid shapes.
- Zoom & Pan: Easily adjust image for cropping.
- Rotate: Rotate images in 90° steps.
- Aspect Ratio: Enforce a specific aspect ratio for the cropped image.
- Aspect Ratio: Lock crop to specific ratios.
- Gesture Callbacks: Get notified about scale gestures with
onScaleStart,onScaleUpdate, andonScaleEnd. - Error Handling: An
onErrorcallback to handle exceptions during image loading or cropping. - Static Crop Method: A convenient static method
ImageCropper.crop()to perform the crop operation.
1.0.0 #
- Custom Overlays: Circle, rectangle, or grid shapes.
- Zoom & Pan: Easily adjust image for cropping.
- Rotate: Rotate images in 90° steps.
- Aspect Ratio: Enforce a specific aspect ratio for the cropped image.
- Aspect Ratio: Lock crop to specific ratios.
- Gesture Callbacks: Get notified about scale gestures with
onScaleStart,onScaleUpdate, andonScaleEnd. - Error Handling: An
onErrorcallback to handle exceptions during image loading or cropping. - Static Crop Method: A convenient static method
ImageCropper.crop()to perform the crop operation.
0.0.1 #
- Initial release with basic cropping features.