qrcode_reading 1.0.2 qrcode_reading: ^1.0.2 copied to clipboard
A Flutter plugin for scanning QR codes using the device camera. It provides customizable overlay and loading widgets, error handling, flashlight control, and the ability to pause and resume scanning.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add qrcode_reading
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
qrcode_reading: ^1.0.2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:qrcode_reading/qrcode_reading.dart';