scan_snap 0.1.0 copy "scan_snap: ^0.1.0" to clipboard
scan_snap: ^0.1.0 copied to clipboard

A Flutter QR/barcode scanner widget with camera view and image parsing.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add scan_snap

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

dependencies:
  scan_snap: ^0.1.0

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:scan_snap/scan_snap.dart';
0
likes
160
points
105
downloads

Publisher

verified publishergearscrafter.dev

Weekly Downloads

A Flutter QR/barcode scanner widget with camera view and image parsing.

Repository (GitHub)
View/report issues

Topics

#qr #barcode #scanner #camera #image

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on scan_snap

Packages that implement scan_snap