flutter_qr_scan

Creator: coderz1093

Last updated:

0 purchases

flutter_qr_scan Image
flutter_qr_scan Images
Add to Cart

Description:

flutter qr scan

flutter_qr_scan #
QR code (scan code / picture) recognition, forked from
hetian9288/flutter_qr_reader.
We added Bytes/RawData reading from QR code, so onScan() callback function
have 2 params now:
Future onScan(String data, String rawData) async {
print(data);
print(rawData);
}
copied to clipboard
Docs can be found in hetian9288/flutter_qr_reader.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.