flutter_uhf_plugin 1.0.0 copy "flutter_uhf_plugin: ^1.0.0" to clipboard
flutter_uhf_plugin: ^1.0.0 copied to clipboard

A Flutter plugin for Senter UHF RFID readers. Supports tag inventory, power control, and continuous reading for Android devices.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 - 2025-12-27 #

Added #

  • Initial release
  • UHF RFID tag reading support for Senter devices
  • Continuous inventory scanning with real-time tag updates
  • Power control (0-30 dBm) for adjustable reading range
  • Tag stream via EventChannel for reactive UI updates
  • State management with state stream
  • Support for EPC, RSSI, frequency, and antenna ID data
  • Example application with full UI

Features #

  • init() - Initialize the UHF reader
  • dispose() - Release UHF resources
  • startInventory() - Start continuous tag scanning
  • stopInventory() - Stop scanning
  • setPower(int dBm) - Set output power (0-30 dBm)
  • getPower() - Get current power level
  • tagStream - Stream of scanned tags
  • stateStream - Stream of reader state changes

Supported Devices #

  • Senter UHF D2 series readers
  • Compatible with PAD devices with built-in UHF readers
0
likes
0
points
137
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for Senter UHF RFID readers. Supports tag inventory, power control, and continuous reading for Android devices.

Repository (GitHub)
View/report issues

Topics

#rfid #uhf #nfc #senter #inventory

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_uhf_plugin

Packages that implement flutter_uhf_plugin