flutter-package / flutter_scan

scanner qrcode in widget tree & decoder qrcode from image
MIT License
79 stars 66 forks source link

could not scan dark background + bright code on Android. Works fine on iOS. #34

Closed terrytz closed 2 years ago

terrytz commented 2 years ago

could not scan dark background + light color code on Android. Parsing from image works fine on Android, but camera scan don't work for this scenario. Camera scan and image parse both work fine on iOS for bright

Example QR code: qrcode .

chavesgu commented 2 years ago

I will check this

chavesgu commented 2 years ago

I publish v1.5.1. Please check.

terrytz commented 2 years ago

Works now! that was quick, thanks!