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');
}

0
likes
130
pub points
30%
popularity

Publisher

unverified uploader

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