The web support in flutter_qr_web is working nicely but when the scanner cannot find a valid code it spams NoSuchMethodError: method not found: 'get$data' on null. I wrapped the code parsing logic in a try/catch to silence this error and in my use case this makes the qr scanner work without problems in the web browser.
The web support in flutter_qr_web is working nicely but when the scanner cannot find a valid code it spams
NoSuchMethodError: method not found: 'get$data' on null
. I wrapped the code parsing logic in a try/catch to silence this error and in my use case this makes the qr scanner work without problems in the web browser.