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

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

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.5.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:flutter_value_notifier/flutter_value_notifier.dart';
6
likes
140
pub points
87%
popularity

Publisher

verified publisherrobsonsilva.dev

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

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, meta, provider

More

Packages that depend on flutter_value_notifier