qr_code_dart_scan 0.9.4 qr_code_dart_scan: ^0.9.4 copied to clipboard
A QR code scanner that works on both iOS and Android using dart decoder.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add qr_code_dart_scan
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
qr_code_dart_scan: ^0.9.4
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_code_dart_scan/qr_code_dart_scan.dart';