state_machine_bloc 0.0.1 copy "state_machine_bloc: ^0.0.1" to clipboard
state_machine_bloc: ^0.0.1 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.1 #

  • Initial release 🎉

0.0.1-dev.4 #

  • Improved documentation
  • Add doc-comments

0.0.1-dev.3 #

  • StateMachine now use droppable event transformer instead of sequential
  • 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 extends Bloc instead of BlocBase.
  • Support for nested states.
  • Side effect rework

0.0.1-dev.1 #

  • proof of concept
27
likes
110
pub points
42%
popularity

Publisher

unverified uploader

state_machine_bloc is an extension to the bloc state management library which provide a convenient way to create finite state machines based blocs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

bloc, bloc_concurrency, meta

More

Packages that depend on state_machine_bloc