notification_centre 0.0.5
notification_centre: ^0.0.5 copied to clipboard
A lightweight, type-safe pub/sub library for Dart, inspired by Apple's `NotificationCenter` and Android's `EventBus`.
0.0.1 #
- Initial version.
0.0.2 #
- Some configuration changed.
0.0.3 #
- Example code added.
0.0.5 #
- Refined a clear and concise API;
- Added the compile-time type safety;
- Rewrote descriptive naming and predictable behavior
- Redesigned the explicit subscription lifecycle management;
- Added the focused tests
- Improved multilingual README documentation.