Flutter Camera with Android 13 : my app keeps crashing
My app keeps crashing when an Android 13 user try to launch the camera (using the package camera 0.10.1) : final cameras = await availableCameras(); final selectedCamera = cameras.first; I am getting this stack trace RuntimeException : Failure delivering result…