pulse_mqtt 1.0.0 copy "pulse_mqtt: ^1.0.0" to clipboard
pulse_mqtt: ^1.0.0 copied to clipboard

A robust, production-ready Flutter MQTT client library, a pure-Dart port of Zomato's pulse-droid. Provides a command-based architecture, retry policies, health monitoring, and automatic reconnection.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pulse_mqtt

With Flutter:

 $ flutter pub add pulse_mqtt

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  pulse_mqtt: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pulse_mqtt/pulse_mqtt.dart';
1
likes
0
points
18
downloads

Publisher

verified publishertechwithaditya.in

Weekly Downloads

A robust, production-ready Flutter MQTT client library, a pure-Dart port of Zomato's pulse-droid. Provides a command-based architecture, retry policies, health monitoring, and automatic reconnection.

Repository (GitHub)
View/report issues

Topics

#mqtt #flutter #iot #live-tracking #connectivity

License

unknown (license)

Dependencies

connectivity_plus, flutter, mqtt_client

More

Packages that depend on pulse_mqtt