listenable_collections
A collection of Dart collections that behave like ValueNotifier if their data changes.
Currently ListNotifier
is implemented
planed are:
- MapNotifier
- SetNotifier
Please check the API documentation for more details
PRs for other collections or test are very welcome