flutter_image_cropper icon indicating copy to clipboard operation
flutter_image_cropper copied to clipboard

BUG circular crop doesn't work

Open wanbanka opened this issue 3 years ago • 2 comments

Good morning everyone.

I'm currently developing a mobile app in my company and since few days, I've faced an issue with the package image_cropper.

Here is the profile page, with the updating form. I've got the uploading photo zone:

flutter_01

So, I decide to choose a photo in the gallery:

flutter_02

I use the photo in the middle and I'm in the cropping zone, with the circlular mode:

flutter_03

But after the cropping operation, a square picture is returned:

flutter_04

What can I do to resolve this problem please ? I've googled for hours, for days and I found nothing more to help me. I use the latest version of the package.

My configuration is below:

Capture d’écran du 2021-07-06 12-14-46

Thank you very much in advance for your answers.

wanbanka avatar Jul 06 '21 10:07 wanbanka

No cropViewController:didCropToCircularImage:withRect:angle: implementation in FLTImageCropperPlugin.mm

WilliamMaybe avatar Aug 06 '21 03:08 WilliamMaybe

Same here.

lucasoares avatar Jul 08 '23 22:07 lucasoares