belatuk_pub_sub 6.2.0 copy "belatuk_pub_sub: ^6.2.0" to clipboard
belatuk_pub_sub: ^6.2.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_sub

With Flutter:

 $ flutter pub add belatuk_pub_sub

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

dependencies:
  belatuk_pub_sub: ^6.2.0

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:belatuk_pub_sub/belatuk_pub_sub.dart';
2
likes
140
pub points
16%
popularity

Publisher

verified publisherdukefirehawk.com

Keep application instances in sync with a simple pub/sub API.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, json_rpc_2, stream_channel, uuid

More

Packages that depend on belatuk_pub_sub