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

Simplify state management and reduce the need for multiple setState calls.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ui_value

With Flutter:

 $ flutter pub add ui_value

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

dependencies:
  ui_value: ^1.0.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:ui_value/ui_value.dart';
1
likes
150
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

Simplify state management and reduce the need for multiple setState calls.

Repository (GitHub)
View/report issues

Topics

#ui #setstate #update #valuenotifier #notifier

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on ui_value