dependents 0.1.4 copy "dependents: ^0.1.4" to clipboard
dependents: ^0.1.4 copied to clipboard

Flutter widgets for reactive UI and state management: rebuild or trigger actions on dependency changes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dependents

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

dependencies:
  dependents: ^0.1.4

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:dependents/dependents.dart';
0
likes
150
points
104
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter widgets for reactive UI and state management: rebuild or trigger actions on dependency changes.

Repository (GitHub)
View/report issues

Topics

#reactive #builder #listener #state-management #dependency

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on dependents