crop_view 0.1.0 copy "crop_view: ^0.1.0" to clipboard
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.
  • CropView widget with a draggable crop box over a pannable, zoomable, rotatable image; the box is always kept inside the image.
  • CropController for 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.
0
likes
150
points
36
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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 PNG. Pure Dart and Flutter — no platform channels, no JavaScript, works on every platform including web.

Repository (GitHub)
View/report issues

Topics

#image #crop #cropper #editor #widget

License

MIT (license)

Dependencies

flutter, image

More

Packages that depend on crop_view