comms 0.0.1 copy "comms: ^0.0.1" to clipboard
comms: ^0.0.1 copied to clipboard

outdated

Simple communication pattern abstraction on streams.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add comms

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

dependencies:
  comms: ^0.0.1

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

Publisher

verified publisherleancode.co

Simple communication pattern abstraction on streams.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

bloc, flutter, flutter_hooks, logging, uuid

More

Packages that depend on comms