Skip to content
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

Open
SchrodingersGat opened this issue Sep 3, 2023 · 5 comments
Open

UPC-A barcodes #419

SchrodingersGat opened this issue Sep 3, 2023 · 5 comments
Labels
barcode enhancement New feature or request

Comments

@SchrodingersGat
Copy link
Member

SchrodingersGat commented Sep 3, 2023

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)

@SchrodingersGat
Copy link
Member Author

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?

@superbeppe98
Copy link

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
I also saw this: qr_flutter

@SchrodingersGat
Copy link
Member Author

mobile_scanner looks like it might be worth a further look :)

@SchrodingersGat
Copy link
Member Author

SchrodingersGat commented Oct 23, 2023

Another potential library: https://pub.dev/packages/code_scan/

@30350n
Copy link
Contributor

30350n commented Jan 15, 2024

The current library is also somewhat slow and unreliable, especially for datamatrix codes (atleast on my phone).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
barcode enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants