zebra_rfid_plus 0.0.2
zebra_rfid_plus: ^0.0.2 copied to clipboard
A Flutter plugin for Zebra RFID readers (RFD8500, RFD40, RFD90) using the Zebra RFID API3 SDK. Supports Bluetooth and USB transport, inventory scanning, tag access, pre-filters, and singulation control.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zebra_rfid_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
zebra_rfid_plus: ^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_rfid_plus/zebra_rfid_plus.dart';