mintware-de / flutter_barcode_reader

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

Return image object [Feature Request] #236

Closed digibum closed 4 years ago

digibum commented 4 years ago

There are use cases that require original image that was used to detect bar code, with witch you can prove read bar code. Etc: when security guard picks up bag with cash, bar code is scanned from bag. If for some reason bar code is read wrong or is corrupted, an original image should be available for later diagnostics...

Result should contain image object or path to image.

devtronic commented 4 years ago

Dupe of https://github.com/mintware-de/flutter_barcode_reader/issues/216