qr_scanner_parser 0.0.2 copy "qr_scanner_parser: ^0.0.2" to clipboard
qr_scanner_parser: ^0.0.2 copied to clipboard

QR code (scan QRCode and picture) recognition, forked from hetian9288/flutter_qr_reader

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);
}

Docs can be found in hetian9288/flutter_qr_reader.

0
likes
120
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

QR code (scan QRCode and picture) recognition, forked from hetian9288/flutter_qr_reader

Documentation

API reference

License

MIT (license)

Dependencies

flutter, image_picker

More

Packages that depend on qr_scanner_parser