mintware-de / flutter_barcode_reader

A flutter plugin for reading 2D barcodes and QR codes.
MIT License
628 stars 464 forks source link

[Bug] `scan()` does not return a result (or null) nor throw an error. #254

Closed jifalops closed 4 years ago

jifalops commented 4 years ago

Describe the bug BarcodeScanner.scan() does not return a result, null, or throw an exception. The scanner Activity runs and exits after scanning a barcode, but no errors are logged.

To Reproduce Steps to reproduce the behavior:

Environment (please complete the following information):

nilsreichardt commented 4 years ago

Same issue!

devtronic commented 4 years ago

Pick one of them... https://github.com/mintware-de/flutter_barcode_reader/issues?q=is%3Aissue+is%3Aclosed+no+result

Upgrade Guide: https://github.com/mintware-de/flutter_barcode_reader/blob/master/UPGRADE.md#upgrade-from-2x-to-300