barcode_scanner_plugin 0.2.2 copy "barcode_scanner_plugin: ^0.2.2" to clipboard
barcode_scanner_plugin: ^0.2.2 copied to clipboard

A powerful Flutter plugin for dual-mode barcode scanning. Supports dedicated PDA hardware via Broadcast Intents and smartphone cameras using CameraX and Google ML Kit.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add barcode_scanner_plugin

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

dependencies:
  barcode_scanner_plugin: ^0.2.2

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:barcode_scanner_plugin/barcode_scanner_plugin.dart';
1
likes
150
points
355
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A powerful Flutter plugin for dual-mode barcode scanning. Supports dedicated PDA hardware via Broadcast Intents and smartphone cameras using CameraX and Google ML Kit.

Repository (GitHub)
View/report issues

Topics

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

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on barcode_scanner_plugin

Packages that implement barcode_scanner_plugin