flutter_value_notifier 1.6.0 copy "flutter_value_notifier: ^1.6.0" to clipboard
flutter_value_notifier: ^1.6.0 copied to clipboard

Flutter Widgets that make it easy to implement state management patterns. Built to be used with the ValueNotifier.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_value_notifier

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

dependencies:
  flutter_value_notifier: ^1.6.0

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:flutter_value_notifier/flutter_value_notifier.dart';
6
likes
150
points
571
downloads
screenshot

Publisher

verified publisherrobsonsilva.dev

Weekly Downloads

Flutter Widgets that make it easy to implement state management patterns. Built to be used with the ValueNotifier.

Repository (GitHub)
View/report issues

Topics

#value-notifier #state-management #bloc #provider

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, meta, provider

More

Packages that depend on flutter_value_notifier