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

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

Mqtt plus #

Current Version

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

Install #

flutter pub add mqtt_plus

Getting started #

import 'package:mqtt_plus/mqtt_plus.dart';

void main() async {
  final client = MqttClient(url: 'mqtt://localhost:1883');
  await client.connect();
  await client.subscribe('/foo/bar');
}

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