ahp_flutter 0.1.0
ahp_flutter: ^0.1.0 copied to clipboard
Flutter bindings for the Agent Host Protocol — scoped runtime, refcounted channel subscriptions, and rebuild narrowing for streaming state.
Changelog #
All notable changes to the Flutter bindings are documented here.
The format follows Keep a Changelog, and this package adheres to Semantic Versioning.
0.1.0 #
Added #
AhpProvider, scoping anAhpRuntimeto a subtree over two inherited layers so a lifecycle transition does not rebuild dispatch-only consumers.AhpChannelandAhpChannelMixin, holding a refcounted channel lease for the life of aState.AhpSelector, narrowing rebuilds to the slice a widget actually renders.- A macOS example app under
example/.
Changed #
- The re-export of
package:ahp_sdkhidesIconandTextSelection, which would otherwise shadow Material's in every consumer importing both.