flutter_iot 0.0.1 copy "flutter_iot: ^0.0.1" to clipboard
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 IoTDeviceAdapter extension system.
  • Android Kotlin and iOS Swift native method channel integration.
  • Complete Material 3 example control center application.
0
likes
140
points
92
downloads

Documentation

API reference

Publisher

verified publisherappifyhaven.website

Weekly Downloads

A production-ready Flutter IoT plugin providing a unified Dart API for BLE, Wi-Fi, MQTT, WebSocket, HTTP, TCP, and UDP device communication.

Repository (GitHub)
View/report issues
Contributing

License

unknown (license)

Dependencies

async, flutter, flutter_web_plugins, http, plugin_platform_interface, web, web_socket_channel

More

Packages that depend on flutter_iot

Packages that implement flutter_iot