fsm2_viewer 0.17.0 copy "fsm2_viewer: ^0.17.0" to clipboard
fsm2_viewer: ^0.17.0 copied to clipboard

A viewer for svg state machine graphs generate by the FSM2 project.

fsm2_viewer #

FSM2 Viewer is a companion project to FSM2.

FSM2 allows you to programatically define Finite State Machines in Dart.

FSM2 provides an export option which exports the FSM to an smcat file.

The viewer can open an smcat file and have it rendered as an svg file.

The viewer is a flutter desktop application and currently it has only been tested on linux but should work on supported desktop platforms.

FSM2 View