Navaron Bracke
Navaron Bracke
I tried to do a quick test with StrictMode enabled: I've used Gradle 8.1.2 and modified the example app to enable strict mode: ``` // Example app MainActivity package dev.steenbakker.mobile_scanner_example...
@radivojeostojic Did you get some time to re-evaluate if https://github.com/juliansteenbakker/mobile_scanner/pull/991 fixes the problem you are seeing?
@EArminjon With the new beta release, version 5.0.0-beta.1 , we removed the manual lifecycle management in `mobile_scanner` itself, as it caused issues with widget tree reparenting. Now that you have...
We are aware of this. We will add a privacy manifest for the next release.
The February MLKit release https://developers.google.com/ml-kit/release-notes#february_20_2024 does have the privacy manifest.
So `analyzeImage()` returns false, but `controller.barcodes.listen()` does provide the barcode?
If `analyzeImage()` returns false and `controller.barcodes` does not include it, this is working as intended. As I said before, I hope to fix the signature of this API, because it...
@utamori is right here. Should we encourage users to upgrade to Flutter 3.19.0 when using mobile_scanner 5.0.0 ?
Thanks for the report. Currently, the scan window is "updated" using a LayoutBuilder [here](https://github.com/juliansteenbakker/mobile_scanner/blob/ad68fda9a8d8730f8cde94bd2c2719a0a0217854/lib/src/mobile_scanner.dart#L148-L150) However, as you noted there is a bug where the scan window is not updated. I...
I will port this fix to both version 4.0.2 and the next 5.0.0 beta release.