pulse_flutter 1.0.0
pulse_flutter: ^1.0.0 copied to clipboard
A pulse-droid-inspired MQTT orchestration layer for Flutter: retry policies, auto-resubscription, offline outbox, connection health monitoring, and a true Android background transport on top of mqtt_client.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pulse_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pulse_flutter: ^1.0.0Alternatively, your editor might support 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_flutter/pulse_flutter.dart';