ahp_flutter 0.1.0 copy "ahp_flutter: ^0.1.0" to clipboard
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 an AhpRuntime to a subtree over two inherited layers so a lifecycle transition does not rebuild dispatch-only consumers.
  • AhpChannel and AhpChannelMixin, holding a refcounted channel lease for the life of a State.
  • AhpSelector, narrowing rebuilds to the slice a widget actually renders.
  • A macOS example app under example/.

Changed #

  • The re-export of package:ahp_sdk hides Icon and TextSelection, which would otherwise shadow Material's in every consumer importing both.
1
likes
160
points
36
downloads

Documentation

Documentation
API reference

Publisher

verified publishermosesgameli.com

Weekly Downloads

Flutter bindings for the Agent Host Protocol — scoped runtime, refcounted channel subscriptions, and rebuild narrowing for streaming state.

Repository (GitHub)
View/report issues

Topics

#agent #protocol #state-management #websocket

License

MIT (license)

Dependencies

ahp_sdk, flutter

More

Packages that depend on ahp_flutter