widget_state_notifier 1.1.1 copy "widget_state_notifier: ^1.1.1" to clipboard
widget_state_notifier: ^1.1.1 copied to clipboard

It provides a flexible solution for managing the state of Flutter widgets, enabling seamless communication between different parts of the widget tree. It encapsulates the current state value and broad [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add widget_state_notifier

With Flutter:

 $ flutter pub add widget_state_notifier

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

dependencies:
  widget_state_notifier: ^1.1.1

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:widget_state_notifier/widget_state_notifier.dart';
2
likes
0
points
101
downloads

Publisher

verified publisheryourdevaji.com

Weekly Downloads

It provides a flexible solution for managing the state of Flutter widgets, enabling seamless communication between different parts of the widget tree. It encapsulates the current state value and broadcasts any changes to registered listeners via a stream, ensuring efficient and reactive updates to the UI.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on widget_state_notifier