shaxxx / flutter_barcode_listener

Flutter widget to listen for scanned barcode via hardware scanners
MIT License
45 stars 46 forks source link

Need device information #38

Closed lucreck closed 8 months ago

lucreck commented 1 year ago

I use multi barcode scanners, so I want to know barcode scanned by what device. So how I get the device info. Thank you.

mirackilic commented 1 year ago

i have zebra android device it has own button to scan barcode. but when i try to scan barcode onBarcodeScanned method does not trigger. what i am doing wrong ?

SeanKD commented 1 year ago

on the zebra (MC3300) scanner I have onBarcodeScanned method does not trigger at first but if i close the app and reopen it it works fine, did you come up with a fix for this?

fgarcia78 commented 12 months ago

We're having a similar problem: the components scans just one code and it gets corrupted (the widget resets any customization, like background color); the only way to make it work again is reopening the app.

I want to debug the app using a real device (Android tablet) to try to identify the problem that is happening, but I haven't had the time yet.

SeanKD commented 10 months ago

@fgarcia78 any luck with this?

shaxxx commented 8 months ago

No feedback.

rymesaint commented 6 months ago

is there any update on this?