flutter_agentic_ui 0.2.0
flutter_agentic_ui: ^0.2.0 copied to clipboard
Drop-in chat UI for Flutter AI agents — chat view, streaming bubbles, ReAct step visualizer, and typing indicator, wired to flutter_agentic.
0.2.0 — 2026-07-02 #
0.1.1 — 2026-07-02 #
- Formatted with
dart formatfor full pub.dev static-analysis score. No functional changes.
0.1.0 — 2026-07-02 #
Initial release.
AgenticChatController—ChangeNotifierdriving aAgenticAgent:send()(full ReAct turn with live step updates) andsend(stream: true)(token streaming),isBusy,clear(),loadHistory().AgenticChatView— complete chat screen with auto-scroll, empty state, and input bar.ChatBubble— user/agent bubbles, error styling, typing indicator while waiting.AgentStepsView— expandable ReAct step trail (thinking / tool calls / results).ChatInputBar— send on button or keyboard action, disabled while busy.TypingIndicator— animated three-dot indicator.AgenticChatTheme— colors and bubble shape, defaulting to the ambient Material theme.