listenable_widget 0.1.0 copy "listenable_widget: ^0.1.0" to clipboard
listenable_widget: ^0.1.0 copied to clipboard

A widget that listens to a ChangeNotifier and rebuilds when it changes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add listenable_widget

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

dependencies:
  listenable_widget: ^0.1.0

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:listenable_widget/listenable_widget.dart';
4
likes
160
points
134
downloads

Publisher

verified publisherveenstra.dev

Weekly Downloads

A widget that listens to a ChangeNotifier and rebuilds when it changes.

Homepage
Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on listenable_widget