zebra_rfid_plus 0.0.2 copy "zebra_rfid_plus: ^0.0.2" to clipboard
zebra_rfid_plus: ^0.0.2 copied to clipboard

PlatformAndroid

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.

0.0.2 #

  • Updated repository and issue tracker links

0.0.1 #

  • Initial release — Zebra RFID API3 SDK v2.0.5.238.

Supported devices #

MC33xR · RFD40 · RFD40 Premium · RFD40 Premium Plus · RFD90 · FXR90 · TC53e · EM45 · ET6X · TC22R · FXP20 · WS50 · RFD8500

Features #

  • connect / disconnect / isConnected — Bluetooth, USB, Serial, USB Data Wedge (WS50)
  • getAvailableReaders — discover readers across all transports
  • getReaderCapabilities — model, firmware, max power, GEN2X support flag
  • startInventory / stopInventory — real-time tag read stream with EPC + RSSI
  • setAntennaConfig — transmit power index, RF mode, tari
  • setSingulationConfig — session S0–S3, inventory state A/B
  • resetToDefaults — restore SDK default antenna + singulation
  • setTriggerMode — RFID or barcode trigger
  • Pre-filter: addPreFilter / clearPreFilters / getPreFilterCount
  • Tag access: readTagMemory / writeTagMemory / lockTag / killTag
  • Impinj GEN2X (RFD40 Premium Plus, RFD90, FXR90):
    • setTagFocus — new-tags-only inventory
    • setTagQuiet — suppress already-processed tags
    • setTagVisibility — hide tags from non-Impinj readers
    • setTagProtection — prevent unauthorised kill/lock
    • setFastTag — high-throughput dense-population mode (v2.0.5.238+)
  • Streams: onTagRead · onConnectionStatus · onTriggerEvent · onBarcodeRead
  • ZebraRfidController — ChangeNotifier wrapper with de-duplication + trigger linking
  • ZebraRfidException — structured errors with ZebraRfidErrorCode constants
  • RfidDeviceType enum with auto-detection from reader hostname
  • Platform interface (plugin_platform_interface)
2
likes
150
points
13
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues
Contributing

Topics

#rfid #zebra #bluetooth #hardware #nfc

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on zebra_rfid_plus

Packages that implement zebra_rfid_plus