easy_listener 0.0.1
easy_listener: ^0.0.1 copied to clipboard
A listener that listens to multiple streams and calls a function when all streams have emitted a value.
easy_listener #
A Flutter package that simplifies the use of Provider and ChangeNotifier for state management, making it easier to listen to changes in your Flutter app.
Features #
- Simplifies the usage of
ChangeNotifierandProviderby providing a streamlined API. - Reduces boilerplate code when setting up listeners for your models.
- Facilitates clean and maintainable code structure.
Getting Started #
To get started with easy_listener, add it to your Flutter project by including it in your pubspec.yaml file:
dependencies:
easy_listener: ^1.0.0