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

PlatformAndroid

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_flutter

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

dependencies:
  pulse_flutter: ^1.0.0

Alternatively, 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';
1
likes
150
points
12
downloads

Documentation

API reference

Publisher

verified publisherv-nerdy.cloud

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#mqtt #background-service #networking #iot #realtime

License

MIT (license)

Dependencies

connectivity_plus, flutter, mqtt_client, typed_data

More

Packages that depend on pulse_flutter

Packages that implement pulse_flutter