listen_it 6.0.0 copy "listen_it: ^6.0.0" to clipboard
listen_it: ^6.0.0 copied to clipboard

ValueListenable operators (map, where, select, debounce, combineLatest) and reactive collections (ListNotifier, MapNotifier, SetNotifier). Formerly known as functional_listener.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add listen_it

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

dependencies:
  listen_it: ^6.0.0

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:listen_it/listen_it.dart';
15
likes
160
points
10.6k
downloads
screenshot

Documentation

API reference

Publisher

verified publisherflutter-it.dev

Weekly Downloads

ValueListenable operators (map, where, select, debounce, combineLatest) and reactive collections (ListNotifier, MapNotifier, SetNotifier). Formerly known as functional_listener.

Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

collection, flutter

More

Packages that depend on listen_it