dart_fsm 1.2.0 dart_fsm: ^1.2.0 copied to clipboard
A package for implementing finite state machines in Dart.
1.2.0 #
- chore: Control class visibility from outside the package
1.1.1 #
- chore: downgrade meta package version to 1.15.0
1.1.0 #
- fix: Fixed that AfterSideEffectCreator and FinallySideEffectCreator was treating the state after transition as prevState.
- fix: Block duplicate call state and on method logic
1.0.0 #
- Initial release.
Changes from 0.0.1 #
- Updated the version to 1.0.0.
- Removed
validTransition
from the arguments of theexecute
method ofAfterSideEffect
.- This is because
validTransition
is no longer needed as it is received via the constructor fromSideEffectCreator
.
- This is because
- Improved documentation and other maintenance tasks.
0.0.1 #
- Initial version.