functional_listener 2.0.0-nullsafety.1 copy "functional_listener: ^2.0.0-nullsafety.1" to clipboard
functional_listener: ^2.0.0-nullsafety.1 copied to clipboard

outdated

An rx like extension methods on ValueListenable type, that lets you work with ValueNotifiers almost like with Streams

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add functional_listener

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

dependencies:
  functional_listener: ^2.0.0-nullsafety.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:functional_listener/functional_listener.dart';
59
likes
0
pub points
80%
popularity

Publisher

unverified uploader

An rx like extension methods on ValueListenable type, that lets you work with ValueNotifiers almost like with Streams

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on functional_listener