dart_fsm 1.2.0 copy "dart_fsm: ^1.2.0" to clipboard
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 the execute method of AfterSideEffect.
    • This is because validTransition is no longer needed as it is received via the constructor from SideEffectCreator.
  • Improved documentation and other maintenance tasks.

0.0.1 #

  • Initial version.
3
likes
150
points
300
downloads

Publisher

unverified uploader

Weekly Downloads

A package for implementing finite state machines in Dart.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, meta, test

More

Packages that depend on dart_fsm