mintware-de / flutter_barcode_reader

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

Its not scanning code 39 barcode types #9

Closed GokulDharumar closed 6 years ago

GokulDharumar commented 6 years ago

The barcode scanner is not scanning code 39 barcode types. It is treating them as a different type and giving the result

matthewtsmith commented 6 years ago

Under the covers this library just uses http://zbar.sourceforge.net. Any incorrect barcode reading would be an issue with that library.