Navaron Bracke

Results 204 comments of Navaron Bracke

> I'm using the example with controller. To reproduce: > > * Home() with a Nav.push(cxt, scannerWidget) > * go back with a button Nav.pop() > * then click again...

Small update: I managed to fix the "frozen" camera preview locally. Still need to figure out why the ZXing barcode reader is not scanning the frames on the second attempt,...

Well, that depends on how MLKit detects the barcode. There isn't much we can do here.

I'll have a look into adding the privacy manifest.

Per a recent email from App Store Connect, apps should be built with the iOS 17 SDK / XCode 15, starting from April 24th 2024, so I think that is...

I think `file_picker` could provide an empty Privacy Manifest. The package does not track user data, so that section can be left empty. For the used APIs, we should probably...

We recently implemented the `availableCameras` field for the `MobileScannerState`, however, that was only for Android devices initially. I've added this to my checklist in https://github.com/juliansteenbakker/mobile_scanner/issues/968

You should use the `scanWindow` parameter for that.

We are going to need more information to reproduce this. 1) Provide us with the full doctor information with `flutter doctor -v` 2) What device are you running this on?...

Thanks for the extra info. Are you using Impeller on Android? And does the issue happen if you switch to Flutter's master channel?