mqtt_helper 1.0.1 mqtt_helper: ^1.0.1 copied to clipboard
mqtt_helper is a Flutter package that simplifies MQTT integration, reducing boilerplate code and providing a convenient layer on top of mqtt_client.
1.0.1 #
- Disconnect client on connection error from broker
1.0.0 #
- Added example folder
0.1.0 #
- Make changes in the configuration class for userIdentifier, username and password
- Add support to publish messages
0.0.9 #
- Upgrade SDK & dependencies to latest version
- Make variables nullable instead of late
0.0.8 #
- Made Subscribe and Unsubscribe topics conditionless
0.0.7 #
- Fix Data stream not initialized
0.0.6 #
- Added Event stream for topic and data
0.0.5 #
- Added disconnect callback
0.0.4 #
- Added BrowserClient support for Web
- Added Documentation
0.0.3 #
- Added exception handling in connect client
0.0.2 #
- Added websocket configuration
- boolean configuration for secure and logging
0.0.1 #
- Initial release.