states 0.9.21 copy "states: ^0.9.21" to clipboard
states: ^0.9.21 copied to clipboard

outdated

States is Finite State Machine for Dart. You can define states of your application and reaction on transition between states

0.9.21: #

  • README update with gif for SPA with States example

0.9.2: #

  • StatesActionListener with StateAction as first parameter
  • States constructor accept optional id, in case of null generate one based on static counter
  • Optional parameter for method "change" - [performAction], default is true
  • Test coverage for major API methods
  • Examples updated

0.9.1: #

  • SPA with states example
  • StateAction and StateMeta

0.9.0: #

  • API change: States -> States

0.1.9 #

  • Internal files renamed no effect on functionality

0.1.0 #

  • Initial version, created by Vladimir Minkin
2
likes
20
pub points
39%
popularity

Publisher

unverified uploader

States is Finite State Machine for Dart. You can define states of your application and reaction on transition between states

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on states