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

A listener that listens to multiple streams and calls a function when all streams have emitted a value.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_listener

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

dependencies:
  easy_listener: ^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:easy_listener/easy_listener.dart';
0
likes
140
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

A listener that listens to multiple streams and calls a function when all streams have emitted a value.

Homepage
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, provider

More

Packages that depend on easy_listener