rugged_device_qr_scanner 1.0.0 copy "rugged_device_qr_scanner: ^1.0.0" to clipboard
rugged_device_qr_scanner: ^1.0.0 copied to clipboard

PlatformAndroid

Flutter package for hardware QR/barcode scanning on rugged Android devices. Supports CipherLab industrial scanners.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rugged_device_qr_scanner

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

dependencies:
  rugged_device_qr_scanner: ^1.0.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:rugged_device_qr_scanner/rugged_device_qr_scanner.dart';