observable_value 0.0.1+2 copy "observable_value: ^0.0.1+2" to clipboard
observable_value: ^0.0.1+2 copied to clipboard

An observable value wrapper with support for binding to datasource, with optional middleware.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add observable_value

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

dependencies:
  observable_value: ^0.0.1+2

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:observable_value/observable_value.dart';
0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

An observable value wrapper with support for binding to datasource, with optional middleware.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

abstract_kv_store, flutter, lenient_equality, parse_color, safe_value_notifier

More

Packages that depend on observable_value