image_crop
image_crop copied to clipboard
A flutter plugin to crop image on iOS and Android.
When I take a picture, the image have a good quality, but when I try to use it in Crop, it becomes completely blurry. Here are two screenshots of the...
How to initialize crop bounds to custom size? Could you add the function to rotate the image? I tried to do this, but the controls are inverted.
I added flip feature. My test in example code (example code is not pushed):
By adjusting the initial scale, loaded image will fit the crop box instead of the screen.
Hi, I use your lib for crop image, but I encountering an error, which image is not displayed when reselecting previously cropped image. I pass an image file to image...
@lykhonis Please help
When the screen is horizontal, the scale display picture is automatically enlarged
When tried to open the same image again the next time, below mentioned errors are thrown. by going through the error I get is null error is thrown. But I...
Corresponds to the rounded crop mask. ```dart Crop.file( file, key: cropKey, aspectRatio: aspect, shape: Shape.circle, // default is Shape.rectangle ) ```