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

Communication channel that bundles a sink and a stream, with additional logic. Allows the input/sink type to be different from the output/stream type, simplifying the entry point.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add action_channel

With Flutter:

 $ flutter pub add action_channel

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

dependencies:
  action_channel: ^0.0.1

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:action_channel/action_channel.dart';
1
likes
160
points
22
downloads

Publisher

verified publisherdrafakiller.com

Weekly Downloads

Communication channel that bundles a sink and a stream, with additional logic. Allows the input/sink type to be different from the output/stream type, simplifying the entry point.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

stream_channel

More

Packages that depend on action_channel