dart_fsm 1.2.2
dart_fsm: ^1.2.2 copied to clipboard
A package for implementing finite state machines in Dart.
1.2.2 #
- fix: Prevent dispatching actions after state machine is closed
1.2.1 #
- chore: Relax version constraint for test package to ensure forward compatibility
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
validTransitionfrom the arguments of theexecutemethod ofAfterSideEffect.- This is because
validTransitionis 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.