-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UPC-A barcodes #419
Comments
Currently we use the qr_code_scanner library which is now in maintenance mode. Perhaps there is a more modern library which also supports scanning of UPC-A codes? |
Seems that in qr_code_scanner the iOs version doesn't support the 1D barcodes, but in Android support 1D and 2D. While I was looking for other libraries I saw this, seems the same author but it's new version: mobile_scanner |
|
Another potential library: https://pub.dev/packages/code_scan/ |
The current library is also somewhat slow and unreliable, especially for datamatrix codes (atleast on my phone). |
I see that currently in the iOS app I can't scan UPC-A codes, but the same code in code-128 format is scanned fine.
Is there an ETA for reading a wider range of barcodes?
Originally posted by @superbeppe98 in #294 (comment)
The text was updated successfully, but these errors were encountered: