qrcode_reader

Last updated:

0 purchases

qrcode_reader Image
qrcode_reader Images
Add to Cart

Description:

qrcode reader

QRCode Reader plugin for Flutter #
A Flutter plugin for reading QR Codes with the camera.
Example #
import 'package:qrcode_reader/QRCodeReader.dart';
copied to clipboard
Future<String> futureString = new QRCodeReader()
.setAutoFocusIntervalInMs(200) // default 5000
.setForceAutoFocus(true) // default false
.setTorchEnabled(true) // default false
.setHandlePermissions(true) // default true
.setExecuteAfterPermissionGranted(true) // default true
.scan();
copied to clipboard
These options are Android only, this is the simplest way of plugin usage:
Future<String> futureString = new QRCodeReader().scan();
copied to clipboard

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.