flutter_mqtt 1.0.0+5 copy "flutter_mqtt: ^1.0.0+5" to clipboard
flutter_mqtt: ^1.0.0+5 copied to clipboard

discontinuedreplaced by: dart_mqtt

a mqtt library to easy connect via tcp/ssl,dependence flutter_xtransport,developing,not stable.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_mqtt

With Flutter:

 $ flutter pub add flutter_mqtt

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

dependencies:
  flutter_mqtt: ^1.0.0+5

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:flutter_mqtt/flutter_mqtt.dart';
0
likes
140
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

a mqtt library to easy connect via tcp/ssl,dependence flutter_xtransport,developing,not stable.

Repository (GitHub)

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter_xtransport

More

Packages that depend on flutter_mqtt