apn_state 1.1.1
apn_state: ^1.1.1 copied to clipboard
A new Appnormal flutter package, providing state management based on Flutter Provider and Event Bus for state to state communication.
[1.1.1] - 12 August 2020. #
- Fix missing generic pass to EvenBus that generated a
CastStreamSubscription
when 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.