local_pubsub 1.0.3 copy "local_pubsub: ^1.0.3" to clipboard
local_pubsub: ^1.0.3 copied to clipboard

A simple local pubsub library for Dart.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add local_pubsub

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

dependencies:
  local_pubsub: ^1.0.3

Alternatively, 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:local_pubsub/local_pubsub.dart';
1
likes
100
pub points
26%
popularity

Publisher

unverified uploader

A simple local pubsub library for Dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on local_pubsub