juliuscanute / qr_code_scanner

QR Code Scanner for Flutter
BSD 2-Clause "Simplified" License
999 stars 759 forks source link

Cannot scan after release APK #609

Open taufiqjack opened 1 year ago

taufiqjack commented 1 year ago

why can't scan QRcode scanner after release APK?

nezero commented 1 year ago

Same issue, App crashes when using the Qr Scanner in a release build

jbrechbuehl commented 1 year ago

Same issue here, app crashes instantly in release build (android 12, qr_code_scanner: 1.0.1)

pdelgadohurtado commented 1 year ago

Same here. Some captures of the crashlytics errors:

image

image

image

maxammann commented 1 year ago

@juliuscanute can we pin this issue? I guess that way people see more prominent that they should stwitch to mobile_scanner

aJIEw commented 1 year ago

I had the same problem, solved by removing the Expanded. See #448 and this comment

aymench15 commented 1 year ago

I had the same problem, solved by removing the Expanded. See #448 and this comment

solved the same way