leonard_contract 0.2.1
leonard_contract: ^0.2.1 copied to clipboard
Pure-Dart extension contract for Leonard — the Flutter-free types a host (Flutter binding or non-Flutter VM-service host) implements and exposes.
Changelog #
0.2.1 #
- Bump
genesis_perceptionto^0.2.0(the genesis builder wave). No API changes in this package; the perception wire contract is unchanged.
0.2.0 #
- Breaking: VM-service methods now use
ext.leonard.*. Construct names withkLeonardExtensionPrefixfromleonard_contract. - The handshake version is
kLeonardProtocolVersionfromleonard_contract.
0.1.0 #
-
Initial release: the pure-Dart extension contract extracted from
leonard_flutter.LeonardExtension/LeonardTool, thePerceptionExtensionmixin,ExtensionRegistry, and thedispatchToolToEnvelope/decodeServiceExtensionParamsVM-service dispatch helpers — Flutter-free, so a Flutter binding and a non-Flutter host share one contract.Pre-1.0 and experimental; APIs may change before 1.0.