flutter_image_cropper icon indicating copy to clipboard operation
flutter_image_cropper copied to clipboard

Cant set custom aspect ratio preset

Open pavanyewale opened this issue 3 years ago • 6 comments

I want to set custom aspect_ratio_preset like ratio5X7 how can I achive that

pavanyewale avatar Jun 27 '21 18:06 pavanyewale

same requirement here

ksAvinash avatar Jul 16 '21 04:07 ksAvinash

You need to use the AspectRatio parameter for that CropAspectRatio(ratioX: width, ratioY: height)

amit-onappr avatar Dec 27 '21 10:12 amit-onappr

Yes, that would be awesome to be able to add our own presets.

alexislg2 avatar Jan 07 '22 13:01 alexislg2

@amit-onappr aspect_ratio_preset and aspect_ratio are 2 different concepts in this package

alexislg2 avatar Jan 07 '22 13:01 alexislg2

Hello, same request here. I need to add a custom preset to scan credit cards ( aspect ratio of 1.586 ) Is it possible? Thanks!

mrzanirato avatar Nov 20 '22 22:11 mrzanirato

yes, aspect ratio of 3/4 9/16 ...

cyberlahy avatar Jan 26 '23 20:01 cyberlahy