statemachine 1.0.4 statemachine: ^1.0.4 copied to clipboard
A simple, but generic state machine framework for Dart.
library example;
import 'tooltip.dart';
void main() {
new Tooltip(offsetX: -16, offsetY: 8);
}