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

Computed value based on another Listenable or Listenables

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add computed_value_notifier

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

dependencies:
  computed_value_notifier: ^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:computed_value_notifier/computed_value_notifier.dart';
1
likes
130
pub points
4%
popularity

Publisher

unverified uploader

Computed value based on another Listenable or Listenables

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on computed_value_notifier