qrcode_reader 0.3.0 copy "qrcode_reader: ^0.3.0" to clipboard
qrcode_reader: ^0.3.0 copied to clipboard

outdatedDart 1 only

Flutter plugin that lets you read a QR Code.

QRCode Reader plugin for Flutter #

A Flutter plugin for reading QR Codes with the camera.

Example #

import 'package:qrcode_reader/QRCodeReader.dart';
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();

These options are Android only, this is the simplest way of plugin usage:

Future<String> futureString = new QRCodeReader().scan();
13
likes
0
pub points
70%
popularity

Publisher

unverified uploader

Flutter plugin that lets you read a QR Code.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on qrcode_reader