apn_state 1.2.4
apn_state: ^1.2.4 copied to clipboard
An Appnormal flutter package, providing state management based on Flutter Provider and Event Bus for state-to-state communication.
1.2.4 1 September 2020. #
- Make listen function callback properly set the event type on the callback
1.2.2 21 August 2020. #
- Bugfix
- Allow events to make use of the emit function in the state objects
- Make listen and emit protected (force them to be used within a state class)
- Add example usage
- Add a few comments
1.1.1 12 August 2020. #
- Fix missing generic pass to EvenBus that generated a
CastStreamSubscriptionwhen using BaseState.listen
1.1.0 12 August 2020. #
- Make Eventbus private and only expose listen and on methods to enforce intended use
- Fix a wierd error in generics on Flutter 1.20.*
1.0.0 1 July 2020. #
- A new Appnormal flutter package, providing state management based on Flutter Provider and Event Bus for state to state communication.