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

Plugins to manage the reading of QR code or barcode from an external device as a keyboard.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add qrcode_barcode_scanner

With Flutter:

 $ flutter pub add qrcode_barcode_scanner

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

dependencies:
  qrcode_barcode_scanner: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:qrcode_barcode_scanner/qrcode_barcode_scanner.dart';
7
likes
0
pub points
85%
popularity

Publisher

verified publisherfrancescodema.dev

Plugins to manage the reading of QR code or barcode from an external device as a keyboard.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_keyboard_visibility, flutter_localizations, plugin_platform_interface

More

Packages that depend on qrcode_barcode_scanner