mqtt_client 10.5.1 mqtt_client: ^10.5.1 copied to clipboard
A server and browser based MQTT client for Dart supporting normal, secure sockets and websockets.
The client can be configured as either a server or browser based client in many ways, using normal TCP sockets, secure TCP sockets or websockets as needed. Numerous examples of usage can be found in the examples directory here
To get started please refer to this example, showing how to configure a client for basic server side MQTT operation.