image_crop icon indicating copy to clipboard operation
image_crop copied to clipboard

A flutter plugin to crop image on iOS and Android.

Results 60 image_crop issues
Sort by recently updated
recently updated
newest added

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...

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...

question

Corresponds to the rounded crop mask. ```dart Crop.file( file, key: cropKey, aspectRatio: aspect, shape: Shape.circle, // default is Shape.rectangle ) ```