mi_broadcast 0.0.2
mi_broadcast: ^0.0.2 copied to clipboard
A lightweight and efficient broadcast messaging system for Flutter applications with support for sticky broadcasts, persistent messages, and context-based registration.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mi_broadcastThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mi_broadcast: ^0.0.2Alternatively, 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:mi_broadcast/mi_broadcast.dart';