qrscan 0.1.1 qrscan: ^0.1.1 copied to clipboard
A Plug-in for dart, which help you scanning Bar Codes and QR Code with Android.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add qrscan
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
qrscan: ^0.1.1
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:qrscan/qrscan.dart';