qu_qr_code_scanner 0.1.4+2
qu_qr_code_scanner: ^0.1.4+2 copied to clipboard
A qr code scan flutter plugin project.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add qu_qr_code_scannerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
qu_qr_code_scanner: ^0.1.4+2Alternatively, 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:qu_qr_code_scanner/qu_qr_code_scanner.dart';