angel3_pub_sub 3.0.3 copy "angel3_pub_sub: ^3.0.3" to clipboard
angel3_pub_sub: ^3.0.3 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 angel3_pub_sub

With Flutter:

 $ flutter pub add angel3_pub_sub

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

dependencies:
  angel3_pub_sub: ^3.0.3

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:angel3_pub_sub/angel3_pub_sub.dart';
0
likes
110
pub points
0%
popularity

Publisher

verified publisherdukefirehawk.com

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

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, json_rpc_2, stream_channel, uuid

More

Packages that depend on angel3_pub_sub