statemachine 1.4.0 statemachine: ^1.4.0 copied to clipboard
A simple, but generic state machine framework for Dart.
Examples #
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.