listen_it 6.0.0
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_itThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
listen_it: ^6.0.0Alternatively, 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';