rishvi_zebra_scanner 1.0.1
rishvi_zebra_scanner: ^1.0.1 copied to clipboard
A Flutter plugin for Zebra Technologies barcode scanner devices (TC-series, MC-series, EC-series). Uses the DataWedge API to deliver scan results via a reactive stream. Developed by Rishvi for use wit [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add rishvi_zebra_scannerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
rishvi_zebra_scanner: ^1.0.1Alternatively, 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:rishvi_zebra_scanner/zebra_scanner_plugin.dart';
import 'package:rishvi_zebra_scanner/zebra_scanner_service.dart';