publisher_subscriber 0.0.2
publisher_subscriber: ^0.0.2 copied to clipboard
A simple, minimal, and opinionated state management library for Flutter.
0.0.2 #
- FIX: Corrected a type mismatch in the example app's
GlobalPublisherObservercallback.
0.0.1 #
- Initial release of the Publisher/Subscriber library.
- Core implementation of
Publisher,Subscriber, andPublisherRecipe. - Support for
globalandscopedstate lifecycles. - Added
GlobalPublisherObserverfor debugging.