mqtt_client_service 0.0.1 copy "mqtt_client_service: ^0.0.1" to clipboard
mqtt_client_service: ^0.0.1 copied to clipboard

Custom MQTT Client Service with MQTT Client

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mqtt_client_service

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

dependencies:
  mqtt_client_service: ^0.0.1

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_client_service/mqtt_client_service.dart';
1
likes
130
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

Custom MQTT Client Service with MQTT Client

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, mqtt_client

More

Packages that depend on mqtt_client_service