theyakka / qr.flutter

QR.Flutter is a Flutter library for simple and fast QR code rendering via a Widget or custom painter.
https://pub.dev/packages/qr_flutter
BSD 3-Clause "New" or "Revised" License
718 stars 323 forks source link

InputTooLongException (QrInputTooLongException: Input too long. 1247860 > 10208) #211

Closed kylequang closed 1 year ago

kylequang commented 1 year ago

I pass base64Image via QR code but I have error

image

How can i fix it (base64 or Uint8list)

lukef commented 1 year ago

You will need to increase the QR version number or reduce error checking. QR codes don't have an unlimited amount of data storage.