mqtt5 0.3.1 copy "mqtt5: ^0.3.1" to clipboard
mqtt5: ^0.3.1 copied to clipboard

A pure-Dart MQTT 5.0 client library with QoS 0/1/2, session resume, flow control and enhanced authentication.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mqtt5

With Flutter:

 $ flutter pub add mqtt5

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

dependencies:
  mqtt5: ^0.3.1

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:mqtt5/mqtt5.dart';
1
likes
155
points
308
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A pure-Dart MQTT 5.0 client library with QoS 0/1/2, session resume, flow control and enhanced authentication.

Repository (GitHub)
View/report issues

Topics

#iot #mqtt #networking #socket

License

MIT (license)

More

Packages that depend on mqtt5