flutter_barcode_scanner
flutter_barcode_scanner copied to clipboard
Barcode type detection
This pull request exposes barcode type information to Flutter. The scan result from plugin method is returned as Map
instead of String
comprising format
and data
keys. Only tested with one time scans. Not sure about stream methods. Would be good if someone could test thoroughly and update docs accordingly. Also reduced min iOS deploy target to iOS 10.2 to support iPhone 5.
Fixes #77 and #238
Any updates on supporting this functionality? Would be nice to be able to retrieve which type of barcode was scanned