listenable_collections 3.0.0 copy "listenable_collections: ^3.0.0" to clipboard
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_collections name. Future versions will be integrated into the listen_it package.

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
6
likes
130
points
173
downloads

Publisher

unverified uploader

Weekly Downloads

A collection of Dart collections that behave like ValueNotifier if their data changes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

collection, flutter, functional_listener

More

Packages that depend on listenable_collections