-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Ricardo Canastro edited this page Apr 29, 2022
·
12 revisions
A Dart DSL for finite state machine and state charts.
- Declarative and type-based
- Compound states (nested states)
- Parallel states
- Initial states
- Guard conditions
- Eventless transitions
- Actions
- Invoke async services
- onEntry / onExit
- onTransition