khoren93 / flutter_zxing

Flutter plugin for scanning and generating QR codes using the ZXing library, supporting Android, iOS, and desktop platforms
https://pub.dev/packages/flutter_zxing
MIT License
89 stars 50 forks source link

I have a problem with reading a barcode on iOS #97

Open caronarvaez8 opened 1 year ago

caronarvaez8 commented 1 year ago

the camera tries to scan the barcode, but it fails to scan it and this error appears flutter: type 'ArgumentError' is not a subtype of type 'Code' in type cast.

updated library to version 1.2.0, but it still doesn't scan the barcode

the implementation that was made is this

qr

sunjiaming commented 1 month ago

1.5.2 is ok.

but 1.6.0 There are still such problems

khoren93 commented 1 month ago

@sunjiaming Please check 1.6.1 version. Thanks

sunjiaming commented 1 month ago

@khoren93 Great!1.6.1 version is ok。