listenable_collections 3.0.0
listenable_collections: ^3.0.0 copied to clipboard
A collection of Dart collections that behave like ValueNotifier if their data changes.
3.0.0 29.10.2025 #
- Added
SetNotifier<T>- complete the collection with reactive Set support - Added
MapNotifier<K,V>- reactive Map with automatic change notifications - Enhanced
ListNotifier<T>with transaction support and custom equality - Comprehensive documentation with real-world examples
- Full test coverage for all collection types (159 tests)
- Notice: This is the final release under the
listenable_collectionsname. Future versions will be integrated into thelisten_itpackage.
1.0.0 21.04.2021 #
- breaking: Renamed dontNotifyIfEqual to notifyIfEqual thanks to PR by @RoyARG02
- migrated to null-safety
0.0.2 07.10.2020 #
- messed up the exports
0.0.1 07.10.2020 #
- Initial release