belatuk_pub_sub 6.5.0
belatuk_pub_sub: ^6.5.0 copied to clipboard
Keep application instances in sync with a simple pub/sub API.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add belatuk_pub_subWith Flutter:
$ flutter pub add belatuk_pub_subThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
belatuk_pub_sub: ^6.5.0Alternatively, 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:belatuk_pub_sub/belatuk_pub_sub.dart';