reactive_notify 2.1.3 copy "reactive_notify: ^2.1.3" to clipboard
reactive_notify: ^2.1.3 copied to clipboard

discontinuedreplaced by: reactive_notifier

A Dart library for managing reactive state efficiently, supporting multiple independent instances with unique keys.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add reactive_notify

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

dependencies:
  reactive_notify: ^2.1.3

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:reactive_notify/reactive_notify.dart';
3
likes
160
points
64
downloads

Publisher

verified publisherjhonacode.com

Weekly Downloads

A Dart library for managing reactive state efficiently, supporting multiple independent instances with unique keys.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on reactive_notify