mqtt_plus 0.0.6 copy "mqtt_plus: ^0.0.6" to clipboard
mqtt_plus: ^0.0.6 copied to clipboard

Build a convenient mqtt client, provide emitter and handler to write business code here.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mqtt_plus

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

dependencies:
  mqtt_plus: ^0.0.6

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:mqtt_plus/mqtt_plus.dart';
1
likes
150
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

Build a convenient mqtt client, provide emitter and handler to write business code here.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, mqtt_client, uuid

More

Packages that depend on mqtt_plus