hnvn / flutter_image_cropper

A Flutter plugin for Android and iOS supports cropping images
1k stars 392 forks source link

aspectRatioPresets for android is not working #503

Open FaisalMohammadi opened 5 months ago

FaisalMohammadi commented 5 months ago

setting the aspectRatioPresets for android is not applyed. I am using the latest version 7.0.5

Mayb3Nots commented 2 months ago

I had the same issue, apparently you need to set initAspectRatio in order for it to work. Although I feel like this should not be the expected behavior and this behaviour should at least be documented.