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 ChangeNotifier and Provider by 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

Libraries

easy_listener