uhf_rfid_scanner 3.0.0
uhf_rfid_scanner: ^3.0.0 copied to clipboard
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 (
RfidHandlerinterface) - Added
URFIDLibrary-v2.5.0718.aarandplatform_sdk_v3.1.221124.jarfor Urovo SDK - No changes to the Dart API — fully backward compatible
2.0.0 #
- BREAKING: Changed Android package from
com.apnt.rfidtocom.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