shaxxx / flutter_barcode_listener

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

Barcode type #16

Closed maciogg closed 2 years ago

maciogg commented 2 years ago

Is there a way to get barcode type?

shaxxx commented 2 years ago

With this plugin? No. With some other plugin? Maybe.

Depends on the hardware, some devices send special control characters before barcode to identify it, but vast majority doesn't. See your device manual for more help.