rfid_ble_plugin 0.0.7
rfid_ble_plugin: ^0.0.7 copied to clipboard
A Flutter plugin for BLE RFID reader communication using Objective-C on iOS.
0.0.1 #
- 🎉 Initial release of
rfid_ble_plugin. - ✅ Supports iOS platform using Objective-C.
- 📡 BLE features:
- Scan nearby Bluetooth devices.
- Connect and disconnect to Chainway R5.
- 🧲 RFID features:
- Start and stop single tag inventory.
- Start and stop continuous tag inventory.
- Receive EPC, TID, RSSI, and read count.
- 🔌 Provides Flutter MethodChannel and EventChannel bindings.
0.0.2 #
- Change license rules
0.0.3 #
- Update get connection state, auto checking connection with BLE
0.0.4 #
- Update get scan key press, details at _listenConfig() in example code
0.0.5 #
- Remove override get RFID config
0.0.6 #
- Move get bat percent and key press to RFID stream data because only use lastest callback
0.0.7 #
- Use battery get & in RFID Config Stream