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

fix: add typed_data import #32

Closed lucasnsa closed 1 year ago

lucasnsa commented 1 year ago

Hi @khoren93

First, congratulations and thanks for the excellent work! This package is really good!

Using Flutter 3.0.5 I got errors on the Uint8List import.

This PR simply adds the missing import

No breaking changes

khoren93 commented 1 year ago

@lucasnsa Thank you very much