flutter_image_cropper
flutter_image_cropper copied to clipboard
Custom rotation on iOS same as on Android.
How can I have the rotating dial (custom rotation) on iOS? IOSUiSettings
is limite to
rotateButtonsHidden: false,
rotateClockwiseButtonHidden: false,
which rotate 90 degrees. Even that rotation works on the entire image and aspect ratio frame. I want to rotate only the image (same as what happens on Android)
update! I have this question too +1
Hi, This would be really great feature! +1
I wonder if it's because it's not native to iOS?