mintware-de / flutter_barcode_reader

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

Not working on Android... #174

Closed patniemeyer closed 4 years ago

patniemeyer commented 4 years ago

with Flutter 1.13.5 / Dart 2.8:

The package works on iOS (with the minor build fix I mentioned in a separate report) however it is not working on Android for me. The scanning appears to work correctly (camera appears and then automatically dismisses upon framing a barcode), however the Flutter call never returns from the method channel. I'm going to do some more digging today and see if I can determine why.

patniemeyer commented 4 years ago

This turned out to be a problem in our code. Specifically, our main activity was not invoking the super method in its own onActivityResult() handler.