qrscan 1.2.3 copy "qrscan: ^1.2.3" to clipboard
qrscan: ^1.2.3 copied to clipboard

One-shot Flutter QR/barcode scanner: open camera, first decode, string back. Android CameraX+ZXing, iOS Vision. Not a widget.

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: ^1.2.3

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';
391
likes
140
points
325
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

One-shot Flutter QR/barcode scanner: open camera, first decode, string back. Android CameraX+ZXing, iOS Vision. Not a widget.

Homepage
Repository (GitHub)
View/report issues

Topics

#qr #barcode #qr-code #camera #scanner

License

MIT (license)

Dependencies

flutter

More

Packages that depend on qrscan

Packages that implement qrscan