image_cropper_latest 0.0.4
image_cropper_latest: ^0.0.4 copied to clipboard
A modern, lightweight, and highly customizable image cropping package for Flutter. Provides gesture-based controls, aspect ratio locking, rotation, and high-quality output for Android and iOS.
0.0.4 #
- Added support for custom crop shapes:
rectangle(default),circle, andoval. - Implemented platform-specific logic for Android (uCrop) and iOS (TOCropViewController) to handle different crop shapes.
- Ensured transparency is preserved for non-rectangular crops (PNG output).
- Updated Dart API to introduce
CropShapeenum andcropShapeparameter.
0.0.1 #
- Initial release
- Android image cropping using uCrop
- iOS image cropping using TOCropViewController
- Gallery & camera support in example app