Skip to content

QR code (scan / picture) recognition (AndroidView / UiKitView). Changed to support Bytes/RawData.

License

Notifications You must be signed in to change notification settings

encointer/flutter_qr_reader

 
 

Repository files navigation

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.

About

QR code (scan / picture) recognition (AndroidView / UiKitView). Changed to support Bytes/RawData.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 62.4%
  • Dart 24.5%
  • Objective-C 9.1%
  • Ruby 2.0%
  • Dockerfile 1.0%
  • Shell 0.5%
  • Other 0.5%