Yalantis / uCrop

Image Cropping Library for Android
https://yalantis.com/blog/introducing-ucrop-our-own-image-cropping-library-for-android/
11.85k stars 2.15k forks source link

Aspect ratio switching #866

Open cavedweller opened 1 year ago

cavedweller commented 1 year ago

Hi @shliama , @p1nkydev , @Legementarion , @OleksandNekrasov .

Issue

When double tapping on the aspect ratio presets it inverts the aspect ratio.

Expected outcome

The aspect ratios should remain the same.

Video

https://user-images.githubusercontent.com/70595829/207236194-7a4ecde6-a4b8-4ff5-9885-8c69d108b6cc.mp4

Additional

I am using this package in flutter by using the flutter_image_cropper wrapper. This package only uses Platform channels to expose Dart API to call to native libraries, if you can find a proper API to change this behavior, I can expose it to Dart codes.

Any assistance would be very appreciated 😎