Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 421 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 421 Bytes

Emitter Dart library for Flutter

This repo contains an Emitter Dart library that can be used in Flutter.

To use it simply add emitter.dart file into your project.

The library uses Dart mqtt_client library so you have to add it to your dependencies in pubspec.yaml file:

dependencies:
  flutter:
    sdk: flutter
  mqtt_client: ^5.5.2   

You can find sample usage in the "emitter_sample_usage.dart" file.