I'm using Flutter to build a mobile app and I'm encountering a serious issue on iOS 18 simulators when trying to pick an image from the gallery.
After the app launches and I open the image picker (using either image_picker or file_picker package), the gallery UI appears but freezes immediately.
The image picker screen appears, but it's completely unresponsive. I can’t scroll, tap on any image, or press "Cancel" or "Add". The app itself is still running in the background — but the picker is stuck on top. I have to kill and restart the app manually. This only happens in iOS 18 simulators. Everything works fine on: Real iOS devices (even running iOS 18) iOS 17 simulators
Is there any known workaround or Flutter-specific fix to avoid this freeze on iOS 18 simulators?
