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.

example/mqtt_plus.dart

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