apn_state
An Appnormal flutter package, providing state management based on Flutter Provider and Event Bus for state-to-state communication.
4.0.0
53 downloads/mo
#4034 most downloaded on pub.dev
appnormal/apn_state
What this package is like to depend on
Last release 11 months ago
25 Sep 2025
Ships unpredictably
gaps range from 9 days to 2.7 years
Most releases are documented
notes for 12 of 18 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
18 releases · first in 2020
1 release in the last 12 months
see the full history below
Release timeline
18 releases · Jul 2020 to Sep 2025Releases
latest 18-
4.0.025 Sep 2025 -
3.0.011 Jan 2023 -
2.0.207 Feb 2022Nothing published for this version
-
2.0.118 Mar 2021 -
2.0.018 Mar 2021Release notes
Open source →- Null-safety
- Remove get-it as a dependency
- [Breaking] Force using create method to make state objects
-
1.2.922 Oct 2020Nothing published for this version
-
1.2.809 Sep 2020 -
1.2.706 Sep 2020 -
1.2.602 Sep 2020 -
1.2.501 Sep 2020Release notes
Open source →- Fix analysis errors
- Make listen function callback properly set the event type on the callback
-
1.2.401 Sep 2020Nothing published for this version
-
1.2.301 Sep 2020Nothing published for this version
-
1.2.221 Aug 2020Release notes
Open source →- 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.2.121 Aug 2020Nothing published for this version
-
1.2.021 Aug 2020Nothing published for this version
-
1.1.112 Aug 2020Release notes
Open source →- Fix missing generic pass to EvenBus that generated a
CastStreamSubscriptionwhen using BaseState.listen
- Fix missing generic pass to EvenBus that generated a
-
1.1.012 Aug 2020Release notes
Open source →- 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.001 Jul 2020Release notes
Open source →- A new Appnormal flutter package, providing state management based on Flutter Provider and Event Bus for state to state communication.