statemachine
A simple, yet powerful state machine framework for Dart supporting Flutter and web apps.
3.4.0
12K downloads/mo
#2728 most downloaded on pub.dev
renggli/dart-statemachine
What this package is like to depend on
Last release 1 years ago
15 Jun 2025
Release timing varies
gaps range from 2 months to 2.4 years
Some releases are documented
notes for 21 of 38 stable releases
Nothing withdrawn
no release was ever pulled
13 years old
39 releases · first in 2013
0 releases in the last 12 months
see the full history below
Release timeline
39 releases · Mar 2013 to Jun 2025Releases
latest 39-
3.4.015 Jun 2025Release notes
Open source →- Dart 3.8 requirement.
- Bug fixes, address linter issues, and compatibility with latest dependencies.
-
3.3.105 Feb 2023 -
3.3.009 Jul 2022Release notes
Open source →- Dart 2.17 requirement.
- Add the ability to abort transitions from the
onBeforeTransitionevent. - Add an factory method
Machine.createStatefor subclasses to customize.
-
3.2.027 Feb 2022Release notes
Open source →- Dart 2.16 requirement.
- Avoid dynamic calls across the code.
- Improve typing of State<T> across the code-base.
-
3.1.003 May 2021Release notes
Open source →- Add
onBeforeTransitionandonAfterTransitionto let others observe state transitions. - Throw a composite
TransitionErrorat the end of a transition where something went wrong. - Allow
FutureandStreamtransitions to recreate their source on activation using a provider function.
- Add
-
3.0.002 May 2021Release notes
Open source →- Make machines and states typed, so that a custom object can be associated and used for identification of each state.
- To migrate existing code change the type of your state machine from
MachinetoMachine<String>and make sure to provide a unique name for each call tonewState,newStartState, andnewStopState.
-
2.0.120 Feb 2021 -
2.0.018 Feb 2021 -
2.0.0-nullsafety21 Nov 2020 pre-release -
1.6.218 Jul 2020Nothing published for this version
-
1.6.130 May 2020Nothing published for this version
-
1.6.010 May 2019 -
1.5.027 Feb 2019 -
1.4.315 Sep 2018Nothing published for this version
-
1.4.228 Jul 2018Nothing published for this version
-
1.4.128 Jul 2018Nothing published for this version
-
1.4.028 Jul 2018 -
1.3.121 Jul 2018Nothing published for this version
-
1.3.004 Aug 2017 -
1.2.319 Dec 2016 -
1.2.217 Oct 2016 -
1.2.105 Apr 2016 -
1.2.006 Oct 2015 -
1.1.115 May 2015 -
1.1.015 May 2015 -
1.0.628 Feb 2015 -
1.0.530 Dec 2014Nothing published for this version
-
1.0.416 Aug 2014Nothing published for this version
-
1.0.316 Aug 2014 -
1.0.225 May 2014Nothing published for this version
-
1.0.109 Feb 2014Nothing published for this version
-
1.0.008 Nov 2013 -
0.0.720 Jun 2013Nothing published for this version
-
0.0.620 May 2013Nothing published for this version
-
0.0.529 Apr 2013Nothing published for this version
-
0.0.4+m417 Apr 2013Nothing published for this version
-
0.0.3+m410 Apr 2013Nothing published for this version
-
0.0.2+m420 Mar 2013Nothing published for this version
-
0.0.113 Mar 2013Nothing published for this version