flutter_iot 0.0.1
flutter_iot: ^0.0.1 copied to clipboard
A production-ready Flutter IoT plugin providing a unified Dart API for BLE, Wi-Fi, MQTT, WebSocket, HTTP, TCP, and UDP device communication.
0.0.1 #
- Initial release of
flutter_iot. - Unified IoT API facade (
FlutterIoT.instance/IoTManager). - Multi-protocol transports: BLE, Wi-Fi, MQTT, WebSocket, HTTP/REST, TCP, UDP.
- Device discovery engine supporting BLE, mDNS, and UDP scanning.
- Typed exception hierarchy (
IoTException), models (IoTMessage,IoTCommand,IoTSensor,TelemetryEvent,BleDevice,NetworkDevice). - Security ready logging with automatic credential redaction.
- Capability detection & permission management system.
- Offline command buffering & exponential backoff reconnect policy.
- Custom
IoTDeviceAdapterextension system. - Android Kotlin and iOS Swift native method channel integration.
- Complete Material 3 example control center application.