Xcode – Flutter/iOS: Integrated plugin requests camera permission which is not required in app
In my iOS/Flutter app, I am using a QR reader plugin. My requirement is to recognize QR data from images only, not from the camera. But the plugin offers both. So, I don't need the camera permission in my app…