Navaron Bracke

Results 204 comments of Navaron Bracke

> I believe that if the problem occurs even in the minimum configurations, it is something on the package side and not in my > settings If you were to...

We have a new big release planned, that removes the `didChangeAppLifecycle()` handling from the `MobileScanner` widget, as it causes issues with widget reparenting. Due to that change, you'll have to...

Could you provide more information for this issue? 1) What version of mobile_scanner do you use 2) The output of your `flutter doctor -v` command 3) If you inspect the...

This is probably a duplicate of #889 ? What version of `mobile_scanner` are you using? And are you using XCode 15.1 / 15.2 ? (version 15.0 had crashes in this...

Your first point is tracked in #706 I don't know how to configure MLKit to turn that off. If you know how to do that, a patch would be very...

The line ``` Caused by java.lang.NullPointerException: Attempt to invoke virtual method 'void androidx.lifecycle.g.c(androidx.lifecycle.k)' on a null object reference at com.amolg.flutterbarcodescanner.FlutterBarcodeScannerPlugin.clearPluginSetup (FlutterBarcodeScannerPlugin.java) ``` Does not point to anything related to `mobile_scanner`,...

The switch to compileSdk 34 is to support Android 14, which has nothing to do with the change in Java version, those are separate. However, the switch to Java 17...

@rjahn You'll have to select which Java version your CI system uses to build. I had to do a similar thing for Bitrise by going into the settings of my...

Just to be clear, do you mean the pixel buffer / texture? Or the barcodes list on the Dart-side? (We did have an old bug where the pixel buffer was...

I tried to reproduce this on version 3.5.6 on Android, but was unable to do so. Things I did: - `flutter run` the example app on an Android device -...