mintware-de / flutter_barcode_reader

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

can we return also type of of the scan if its BR or QR? #200

Closed kw2019ltd closed 4 years ago

kw2019ltd commented 4 years ago

hi can we return instead of code (future) to return object which contain the code and type (if its QR or Bar..) and if its barcode to return barcode type (pdf,code128 etc)...

static Future scan({Configuration config}) async => await _channel.invokeMethod('scan', config?.writeToBuffer());

devtronic commented 4 years ago

https://pub.dev/packages/barcode_scan/versions/3.0.0-dev.1