这是indexloc提供的服务,不要输入任何密码

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

An rx like extension methods on ValueListenable type, that lets you work with ValueNotifiers almost like with Streams. Previously published as functional_listener.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add listen_it

With Flutter:

 $ flutter pub add listen_it

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

dependencies:
  listen_it: ^5.0.0

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:listen_it/listen_it.dart';
12
likes
0
points
2.12k
downloads

Publisher

verified publisherflutter-it.dev

Weekly Downloads

An rx like extension methods on ValueListenable type, that lets you work with ValueNotifiers almost like with Streams. Previously published as functional_listener.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on listen_it