My Flutter app is experiencing crashes on Android 13 and above when attempting to select an image using the image_picker plugin. The application functions correctly on Android 12 and below. The error message displayed simply states 'Lost Device Connection.'
Regards,
Try following methods (note : these are not steps)
Make sure you have necessary permission in
AndroidManifest.xml
fileIf not try adding this permissions
Update or downgrade
image_picker
pluginIf this happening after flutter sdk update then downgrade sdk
Enable multidex in app/build.gradle