pub_sub 2.3.0 copy "pub_sub: ^2.3.0" to clipboard
pub_sub: ^2.3.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 pub_sub

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

dependencies:
  pub_sub: ^2.3.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pub_sub/pub_sub.dart';
5
likes
30
pub points
0%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

json_rpc_2, stream_channel, uuid

More

Packages that depend on pub_sub