crop_view 0.1.0
crop_view: ^0.1.0 copied to clipboard
An aspect-locked image cropper for Flutter. The crop window stays fixed while the image pans, zooms and rotates behind it, so the crop is always fully covered. Crops to JPEG (with a quality factor) or [...]
0.1.0 #
- Initial release. MIT licensed.
CropViewwidget with a draggable crop box over a pannable, zoomable, rotatable image; the box is always kept inside the image.CropControllerfor rotate / zoom / reset and cropping, with no built-in UI so the host supplies its own toolbar.- Optional locked aspect ratio, or a free-form crop.
- Crops to JPEG (with a quality factor) or PNG.
- Pure Dart and Flutter — no platform channels, works on every platform including web.