flutter_barcode_scanner icon indicating copy to clipboard operation
flutter_barcode_scanner copied to clipboard

single digit barcodes not working (Android)

Open alexcgrd opened this issue 3 years ago • 1 comments

Describe the bug Single digit barcodes are hard to read and return the wrong value. Any other barcodes work fine.

To Reproduce Steps to reproduce the behavior:

  1. Download the example
  2. Scan a single digit barcode (barcode generator: https://barcode.tec-it.com/en/?data=3 )

Expected behavior It should return the correct single digit barcode result

Screenshots barcode

Smartphone:

  • Device: huawei p30 lite
  • OS: Android 10

alexcgrd avatar Nov 29 '21 10:11 alexcgrd

I just ran into this issue with plugin v2.0.0. However, in my case, the problem happens on Code 128 format. Not issue with Code 93 format. Unfortunately, we have committed to Code 128, so I really hope to see a fix.

Saw the issue with Android 11 and 9.

TIA

tksoh avatar Aug 06 '22 07:08 tksoh