mno_fsm 0.1.2
mno_fsm: ^0.1.2 copied to clipboard
A library for finite state machine realization in Dart. Inspired by Tinder StateMachine for Kotlin. This lib is compatible with dfunc 0.8.0
0.1.2 #
- Upgrade dependencies, mainly dfunc 0.8.0.
0.1.1 #
- Enabled null safety.
0.1.0 #
- Support for dfunc 0.7.2 after it break compatibility with Coproduct2 classes.
0.0.5 #
- Introduced stronger typing in builder methods.
- Added onEnter and onExits state listeners.
0.0.4 #
- Restructured code.
- Updated documentation.
0.0.3 #
- Updated example.
0.0.2 #
- Updated README.
0.0.1 #
- Initial version.