qr_barcode_dialog_scanner 1.2.2 copy "qr_barcode_dialog_scanner: ^1.2.2" to clipboard
qr_barcode_dialog_scanner: ^1.2.2 copied to clipboard

A Flutter package for scanning QR codes and barcodes using a dialog.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add qr_barcode_dialog_scanner

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  qr_barcode_dialog_scanner: ^1.2.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:qr_barcode_dialog_scanner/qr_barcode_dialog_scanner.dart';
3
likes
150
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for scanning QR codes and barcodes using a dialog.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, mobile_scanner, permission_handler

More

Packages that depend on qr_barcode_dialog_scanner