notifier_plus 0.1.1 copy "notifier_plus: ^0.1.1" to clipboard
notifier_plus: ^0.1.1 copied to clipboard

Notifier Plus is a Flutter plugin that improves reactive data handling, merges consecutive state updates, and prevents redundant rebuilds. It provides specialized notifiers (both synchronous and async [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add notifier_plus

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

dependencies:
  notifier_plus: ^0.1.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:notifier_plus/notifier_plus.dart';
1
likes
135
points
54
downloads

Publisher

unverified uploader

Weekly Downloads

Notifier Plus is a Flutter plugin that improves reactive data handling, merges consecutive state updates, and prevents redundant rebuilds. It provides specialized notifiers (both synchronous and asynchronous), composable watchers, and useful utilities (like OneCallTask) to streamline state management and enhance performance.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on notifier_plus