notify_state 1.0.1 copy "notify_state: ^1.0.1" to clipboard
notify_state: ^1.0.1 copied to clipboard

State sharing management of business objects. Multiple statefulwidgets care about the same object, and an object property change notifies all concerned statefulwidgets to redraw

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add notify_state

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

dependencies:
  notify_state: ^1.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:notify_state/notify_state.dart';
0
likes
30
pub points
26%
popularity

Publisher

unverified uploader

State sharing management of business objects. Multiple statefulwidgets care about the same object, and an object property change notifies all concerned statefulwidgets to redraw

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on notify_state