flutter_image_cropper icon indicating copy to clipboard operation
flutter_image_cropper copied to clipboard

Crop only square

Open klaszlo8207 opened this issue 5 years ago • 2 comments

How to crop only squre but not rectangle?

klaszlo8207 avatar Feb 16 '20 09:02 klaszlo8207

I use the code below and it worked for me to crop only square:

    final croppedFile = await ImageCropper.cropImage(
        sourcePath: imageFile.path,
        aspectRatio: const CropAspectRatio(ratioX: 1, ratioY:1),
...

suztomo avatar Mar 15 '20 13:03 suztomo

I try solution above but it still not working. Anyone help please

kimmeng168 avatar Nov 24 '22 07:11 kimmeng168