hnvn / flutter_image_cropper

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

Tapping on bottom bar other than buttons causes popping in background in iOS #536

Open farsanaMajeed786 opened 1 week ago

farsanaMajeed786 commented 1 week ago

In iOS, while cropping an image tapping on the black bottombar other than buttons, say under Done button causes page before the cropper to Pop back to its previous page Image

File file = File(await ImageCrop.cropImageFile(image.path));