watchable 2.0.2 copy "watchable: ^2.0.2" to clipboard
watchable: ^2.0.2 copied to clipboard

A lightweight, intuitive state management solution for Flutter. Simplify your app's state with easy-to-use Watchable objects and efficient UI rebuilding

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add watchable

With Flutter:

 $ flutter pub add watchable

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

dependencies:
  watchable: ^2.0.2

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

Publisher

verified publisherdipendrasharma.com

A lightweight, intuitive state management solution for Flutter. Simplify your app's state with easy-to-use Watchable objects and efficient UI rebuilding

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter

More

Packages that depend on watchable