flutter_qr_scan 1.0.7 copy "flutter_qr_scan: ^1.0.7" to clipboard
flutter_qr_scan: ^1.0.7 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.

2
likes
110
pub points
68%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, image_picker

More

Packages that depend on flutter_qr_scan