uhf_rfid_scanner 3.0.0 copy "uhf_rfid_scanner: ^3.0.0" to clipboard
uhf_rfid_scanner: ^3.0.0 copied to clipboard

PlatformAndroid

Flutter plugin for UHF RFID handheld scanners. Supports NewLand MT93 and Urovo DT610. Features tag scanning, power control, and SGTIN-96 to EAN-13 decoding.

3.0.0 #

  • NEW: Added Urovo DT610 UHF RFID support
  • Auto-detects device manufacturer at runtime (NewLand vs Urovo) — no configuration needed
  • Refactored Android plugin to use a Strategy pattern (RfidHandler interface)
  • Added URFIDLibrary-v2.5.0718.aar and platform_sdk_v3.1.221124.jar for Urovo SDK
  • No changes to the Dart API — fully backward compatible

2.0.0 #

  • BREAKING: Changed Android package from com.apnt.rfid to com.baviri.uhfrfid
  • If you reference the plugin package in ProGuard rules or native code, update to com.baviri.uhfrfid

1.0.0 #

  • Initial stable release
  • NewLand MT93 UHF RFID support
  • Connect/disconnect RFID module power control
  • Start/stop tag inventory scanning
  • Real-time tag stream via EventChannel (EPC, RSSI, read count, TID)
  • Adjustable antenna read/write power (5–33 dBm)
  • Built-in SGTIN-96 to EAN-13 (GTIN-13) barcode decoder
  • Dual tag delivery: AIDL listener + BroadcastReceiver fallback
  • Example app included
1
likes
160
points
219
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for UHF RFID handheld scanners. Supports NewLand MT93 and Urovo DT610. Features tag scanning, power control, and SGTIN-96 to EAN-13 decoding.

Repository (GitHub)
View/report issues

Topics

#rfid #uhf #scanner #newland #hardware

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on uhf_rfid_scanner

Packages that implement uhf_rfid_scanner