omega/ui/flutter/omega_agent_builder library

Classes

OmegaAgentBuilder<TAgent extends OmegaStatefulAgent<TState>, TState>
Helper widget to listen to OmegaStatefulAgent.viewState from the UI.

Typedefs

OmegaAgentWidgetBuilder<TState> = Widget Function(BuildContext context, TState state)
Builder signature that receives the state of a stateful agent.