flutter_crop_kit 0.1.0
flutter_crop_kit: ^0.1.0 copied to clipboard
A pure-Dart Flutter image cropper that runs identically on mobile, web, desktop, and embedded targets.
Changelog #
0.1.0 #
- Initial release.
CropViewinline widget andshowCropperroute helper.- Rect, circle, oval, polygon, and custom mask shapes.
- Aspect ratio lock (free, presets, custom).
- 90 degree and free rotation.
- Pinch-zoom + pan.
- Grid overlay (thirds, golden, 3x3).
- Image sources: memory, file, network, asset.
- PNG export via
dart:ui, optionaltargetWidthresize. - Live
Stream<Rect>of crop rect. CropThemefor visual customization.