flutter_barcode_scanner icon indicating copy to clipboard operation
flutter_barcode_scanner copied to clipboard

Barcode type detection

Open qasim90 opened this issue 2 years ago • 2 comments

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.

qasim90 avatar Dec 07 '21 05:12 qasim90

Fixes #77 and #238

qasim90 avatar Dec 07 '21 05:12 qasim90

Any updates on supporting this functionality? Would be nice to be able to retrieve which type of barcode was scanned

MRDNZ avatar Jul 01 '23 09:07 MRDNZ