flutter_perspective_crop 1.0.1
flutter_perspective_crop: ^1.0.1 copied to clipboard
A Flutter package for perspective image cropping with draggable corner handles, grid overlay, and homography-based perspective correction.
1.0.1 #
- Updated package metadata with the GitHub repository information.
- Minor package metadata improvements.
1.0.0 #
- Initial release of
flutter_perspective_crop. PerspectiveCropPage— Full-screen crop UI with draggable corner handles, dark overlay, grid guide, and crop/reset buttons.PerspectiveCropEngine— Homography-based perspective crop engine using a 40×40 subdivided triangle mesh for accurate projective mapping.CropOverlayPainter— CustomizableCustomPainterfor rendering the crop overlay.- Supports full visual customization: colors, handle sizes, labels, padding, touch sensitivity.
- Returns the cropped image file path via
Navigator.pop.