state_machine_bloc 0.0.2 state_machine_bloc: ^0.0.2 copied to clipboard
state_machine_bloc is an extension to the bloc state management library which provide a convenient way to create finite state machines based blocs.
0.0.2 #
- Support for async transitions
- Bump max sdk version to 4.0.0
0.0.1 #
- Initial release 🎉
0.0.1-dev.4 #
- Improved documentation
- Add doc-comments
0.0.1-dev.3 #
StateMachine
now usedroppable
event transformer instead ofsequential
- Transition are now synchronous.
- Fix: onEnter/onExit child state's side effects wasn't triggered when parent changed
- Parents states are not forbidden states anymore
- Improved documentation
- Add unit tests
- Add infinite List example
0.0.1-dev.2 #
StateMachine
now extendsBloc
instead ofBlocBase
.- Support for nested states.
- Side effect rework
0.0.1-dev.1 #
- proof of concept