flutter_image_cropper
flutter_image_cropper copied to clipboard
Ios image is opened too zoomed
I need the certan size of cropping rectangle. in order to achieve this I have set the next settings for ios
iosUiSettings: IOSUiSettings( resetButtonHidden: true, rotateButtonsHidden: true, aspectRatioPickerButtonHidden: true, aspectRatioLockEnabled: true, rectHeight: 260, rectWidth: 375, rectX: 0.0, rectY: 0.0,)
Why the image within the cropper is opened so zoomed. If I remove rectX & rectY properties the cropping rectangle does not fit my rectHeight & rectWidth
Did you ind a solution to this?
Hi! The same issue( Have you found solution?