You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your issue. If applicable, add screenshots to help explain your problem.
I am using the mlkit_barcode_scanner package to scan book ISBNs, and it works well for the primary barcode (e.g., EAN-13 or UPC-A). However, many books also include an add-on barcode (usually 2-digit or 5-digit), which encodes additional information such as book series or price. The scanner currently fails to detect or process these add-on barcodes.
Steps to reproduce.
Use the mlkit_barcode_scanner package with the default or custom barcode formats.
Attempt to scan a book with an ISBN barcode and an add-on barcode (e.g., EAN-13 + 2-digit add-on).
Observe that the main barcode is detected but the add-on barcode is ignored.
What is the expected result?
The scanner should detect both the main barcode (EAN-13) and the add-on barcode and return them together as part of the barcode result.
Only the main barcode (EAN-13) is returned. The add-on barcode is not detected or included in the result.
Did you try our example app?
Yes
Is it reproducible in the example app?
Yes
Reproducible in which OS?
Android
Flutter/Dart Version?
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.27.0, on Ubuntu 22.04.5 LTS 6.8.0-49-generic, locale en_US.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Chrome - develop for the web
[✓] Linux toolchain - develop for Linux desktop
[✓] Android Studio (version 2024.1)
[✓] VS Code (version 1.95.1)
[✓] Connected device (3 available)
[✓] Network resources
Plugin Version?
google_mlkit_barcode_scanning: ^0.13.0
The text was updated successfully, but these errors were encountered:
Describe your issue. If applicable, add screenshots to help explain your problem.
I am using the mlkit_barcode_scanner package to scan book ISBNs, and it works well for the primary barcode (e.g., EAN-13 or UPC-A). However, many books also include an add-on barcode (usually 2-digit or 5-digit), which encodes additional information such as book series or price. The scanner currently fails to detect or process these add-on barcodes.
Steps to reproduce.
What is the expected result?
The scanner should detect both the main barcode (EAN-13) and the add-on barcode and return them together as part of the barcode result.
Only the main barcode (EAN-13) is returned. The add-on barcode is not detected or included in the result.
Did you try our example app?
Yes
Is it reproducible in the example app?
Yes
Reproducible in which OS?
Android
Flutter/Dart Version?
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.27.0, on Ubuntu 22.04.5 LTS 6.8.0-49-generic, locale en_US.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Chrome - develop for the web
[✓] Linux toolchain - develop for Linux desktop
[✓] Android Studio (version 2024.1)
[✓] VS Code (version 1.95.1)
[✓] Connected device (3 available)
[✓] Network resources
Plugin Version?
google_mlkit_barcode_scanning: ^0.13.0
The text was updated successfully, but these errors were encountered: