flutter_image_cropper
flutter_image_cropper copied to clipboard
How to keep crop ration when rotate image in ios
I'm using this library for profile pictures and it would be nice if the ratio did not rotate with picture. So when I fix it to 3:4 and rotate the picture it remains at 3:4 and not 4:3.
- in Android it work ok, but when rotate image in ios with should be keep crop ration
- I've found issue in ios lib. https://github.com/TimOliver/TOCropViewController/issues/51
I too would like to see this fixed. I'm looking for a way to rotate only the image while keeping the aspect ratio fixed!