leonard_host 0.1.1
leonard_host: ^0.1.1 copied to clipboard
Pure-Dart VM-service host for Leonard — exposes a set of LeonardExtensions over `ext.exploration.*` so a non-Flutter Dart program can be driven live by leonard_cli / leonard_drive.
Changelog #
0.1.1 #
handshakeJson()now reports acapabilitieslist for parity with the Flutter binding's handshake contract. A pure-Dart target has no screenshot, so the list is always empty — but it is present rather than absent, so a driver sees a uniform shape across hosts.
0.1.0 #
-
Initial release:
ExplorationHosthosts a set ofleonard_contractextensions over theext.exploration.*VM-service surface (handshake,get_stable_observation, per-tool dispatch) viadart:developer, so a non-Flutter Dart program can be driven live byleonard_cli/leonard_drive.Pre-1.0 and experimental; APIs may change before 1.0.