statemachine 1.5.0 statemachine: ^1.5.0 copied to clipboard
A simple, yet powerful state machine framework for Dart supporting Flutter and web apps.
State Machine Examples #
This package contains examples to illustrate the use of StateMachine. A tutorial and full documentation is contained in the package description and API documentation.
Custom Tooltip #
To run the tooltip example execute webdev serve
from the root directory of this package and point your browser to localhost:8081/tooltip/example.html
Traffic Lights #
To run the traffic lights example execute dart example/traffic/traffic.dart
from the command line.