Navaron Bracke

Results 204 comments of Navaron Bracke

Does this reproduce on the example app with version 3.5.6 ? You might need to update your dependencies (including your Flutter version) using `flutter clean && flutter pub get`

@binhvtKova Is this still occurring on version 4.0.1 or the new beta, 5.0.0-beta.1 ? We did include a proguard file on Android for release builds. We also don't require a...

Could you provide a minimal reproducible sample? This sounds like you're forgetting to call `WidgetsFlutterBinding.ensureInitialized();` before using the plugin. Some additional questions: 1) Are you running in release mode? 2)...

Is this still an issue on XCode 15.1 ?

@lvolland Does this still happen after upgrading to XCode 15.2 ?

@xyzt1402 Does this still happen on the latest version of mobile_scanner ?

Interesting find. AFAIK some devices only report an initial display size after the first frame, but I don't think that this could be the issue. What if we just return...

@xiaowei4554 Do you have a local sample to test with? Maybe there is indeed a case where the dat that we get back is not converted correctly.

This was implemented to ignore the scan window on the web, since ZXing does not provide the size of the barcode. So the crash should no longer occur. We could...