mqtt_helper 1.0.2 copy "mqtt_helper: ^1.0.2" to clipboard
mqtt_helper: ^1.0.2 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.2 #

  • Added unsubscribe topics callback
  • Added autoReconnect configuration

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.
6
likes
150
points
83
downloads

Publisher

unverified uploader

Weekly Downloads

mqtt_helper is a Flutter package that simplifies MQTT integration, reducing boilerplate code and providing a convenient layer on top of mqtt_client.

Homepage
Repository (GitHub)
View/report issues

Topics

#network #mqtt #iot #messaging #client

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, mqtt_client

More

Packages that depend on mqtt_helper