qrcode_reading 1.0.2 copy "qrcode_reading: ^1.0.2" to clipboard
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';
4
likes
140
points
59
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on qrcode_reading