flutter_qr_mobile_vision icon indicating copy to clipboard operation
flutter_qr_mobile_vision copied to clipboard

Detect position of scanned Code for dynamic overlay

Open khainke opened this issue 5 years ago • 2 comments

Feature request: Add a position to the code callback, so one could add dynamic overlays. Or if there is another way to realize dynamic overlays, please let me know.

khainke avatar Jun 16 '19 14:06 khainke

Hey @khainke I have made changes to expose the barcode model from firebase which includes the bounding box of the detected barcode as well, which you can use to create the overlay. Check it out here.

LaxmikanthMadhyastha avatar Dec 26 '20 14:12 LaxmikanthMadhyastha

Thanks, looks like a nice change. But, currently im no longer in need for this. Nonetheless, i think it could be a beneficial addition to the main branch.

khainke avatar Dec 27 '20 03:12 khainke