mqtt_client 10.9.2
mqtt_client: ^10.9.2 copied to clipboard
A server and browser based MQTT client for Dart supporting normal, secure sockets and websockets.
10.0.0 #
9.8.0 #
9.7.3 #
Throw StateError
on nulls, as NullThrownError
is deprecated in Dart 2.19.
8.0.0 #
7.0.0 #
6.0.0 #
Addition of web based client, issue 144
If you are an existing user this is a breaking update, the MqttClient class has now been replaced by the MqttServerClient class. This has exactly the same API as the MqttClient class so except for the class rename there should be no other changes. If you are setting your own websocket protocols the protocol strings now reside in the MqttConstants class.
5.6.3 #
5.5.4 #
5.5.2 #
Fix for dart 2.2 usage
5.0.0 #
4.0.0 #
Issue 45, better connection fail reporting, update linter, note breaking API change for turning logging on/off
3.3.6 #
Formatting
3.3.4 #
Formatting
3.0.0 #
Update to Dart 2, major version bump only to create a clean break from Dart 1
2.0.0 #
Issue 23, all subscriptions are now on one client level observable, not on seperate ones per subscription, this change is NOT backwards compatible
1.9.0 #
Issue 19, multitopic subscriptions + other more minor updates, API changed on this version.
1.8.0 #
Pull request 14, Making library more compliant to work with VerneMQ - explicit setting of will qos.
1.7.0 #
Add the payload builder utility.
1.6.1 #
Update Observable version
1.2.0 #
Add secure sockets, server side only Add ability to select the MQTT protocol between 3.1 and 3.1.1 A few code and test tidy ups Tested to work with iot-core MQTT bridge
1.1.0 #
Add websockets as an alternative network connection server side only
1.0.1 #
Fix unit tests on Travis
1.0.0 #
Initial release