zebra_handheld_scanner 0.0.2
zebra_handheld_scanner: ^0.0.2 copied to clipboard
A Flutter plugin for seamlessly communicating with and controlling Zebra Bluetooth BLE/SPP handheld barcode scanners natively on iOS and Android.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zebra_handheld_scannerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
zebra_handheld_scanner: ^0.0.2Alternatively, 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:zebra_handheld_scanner/zebra_handheld_scanner.dart';