value_listenables 0.0.2-prerelease.20
value_listenables: ^0.0.2-prerelease.20 copied to clipboard
An state management library based on value_listenables.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add value_listenablesThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
value_listenables: ^0.0.2-prerelease.20Alternatively, 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:value_listenables/value_listenables.dart';