croppy 0.2.3 copy "croppy: ^0.2.3" to clipboard
croppy: ^0.2.3 copied to clipboard

A fully customizable image cropper for Flutter. Mobile-first, but supports Web and Desktop platforms.

0.2.3 #

  • You can now create your own custom croppers easily! Check out the documentation and the example app for more info.
  • Added documentation

0.2.2 #

  • Added shouldPopAfterCrop

0.2.1 #

  • Accidentally dropped support for Web because of FFI - fixed.

0.2.0 #

  • Added a Material image cropper
  • FFI-based implementation for normalization of the image crop rect
  • Performance improvements and bugfixes

0.1.0 #

  • Added custom shapes
  • Added allowed aspect ratios
  • Added supported transformations list
  • Minor design tweaks
  • Better image cropping algorithm (now uses Flutter's Canvas instead of a barebones bilinear interpolation)
  • Bugfixes

0.0.4 #

  • Updated the example app
  • Performance improvements to the Cupertino cropper
  • Minor design tweaks
  • Added an example webapp

0.0.3 #

  • Implemented a new UI for the Cupertino cropper
  • Added heroTag parameters - if passed, the cropper will be animated with a Hero animation

0.0.2 #

  • Fixed images not linking properly in README

0.0.1 #

  • Initial release!
87
likes
0
pub points
90%
popularity

Publisher

verified publisherkekland.com

A fully customizable image cropper for Flutter. Mobile-first, but supports Web and Desktop platforms.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cassowary, cupertino_icons, equatable, ffi, flutter, plugin_platform_interface, vector_math

More

Packages that depend on croppy