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
92 stars 52 forks source link

ReaderWidget not supported Chinese #2

Closed aqiu202 closed 2 years ago

aqiu202 commented 2 years ago

Good Morning! I have some trouble using this plugin--The ReaderWidget component does not support Chinese image

khoren93 commented 2 years ago

Hi @aqiu202

The Chinese support fixed in 0.3.1 version, please check out.

Thanks.

khoren93 commented 2 years ago

After testing, it turned out that it works on Android, but doesn't work on iOS

aqiu202 commented 2 years ago

image try this?

khoren93 commented 2 years ago

Thanks a lot, it worked=))