image_crop 0.1.2
image_crop: ^0.1.2 copied to clipboard
A flutter plugin to crop image on iOS and Android. It processes image files off main thread natively. The plugin provides a Crop widget to display image cropping to a user.
0.1.2 #
- Limit image to a crop area instead of view boundaries
- Don't adjust a size during scale to avoid misalignment
- After editing snap image back to a crop area. Auto scale if needed
0.1.1 #
- Fixed an exception when aspect ratio is not supplied
- Updated README with more information and screenshots
0.1.0 #
- Tools to resample by a factor, crop, and get options of images
- Display image provider
- Scale and crop image via widget
- Optional aspect ratio of crop area