wu9007 / qrcode_scanner

🛠 Flutter QR code scanner plugin.
MIT License
358 stars 185 forks source link

Supported barcode types #18

Open digibum opened 4 years ago

digibum commented 4 years ago

Which barcode standards are supported? I tried scanning this sample image and only QR was red. https://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2015/09/1441546288Screen-Shot-2015-09-06-at-6.23.21-pm.png

wu9007 commented 4 years ago

Hi @digibum : I think there should be an error somewhere. You can try running the example code in the plug-in and scan the barcode to verify it.

digibum commented 4 years ago

Results from test app: When using "Scan" button, it opens full screen reader and detects barcode. But when using "Scan Photo" from image gallery (using high res image) it does not return anything. Using same barcode. Same happens if i click on camera button.