flutter_agentic_ui 0.2.0 copy "flutter_agentic_ui: ^0.2.0" to clipboard
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 #

Changed #

  • Updated flutter_agentic dependency to ^2.0.0; all Genesis* identifiers in the core are now Agentic* (e.g. AgenticAgent, AgenticTool).

Changelog #

0.1.1 — 2026-07-02 #

  • Formatted with dart format for full pub.dev static-analysis score. No functional changes.

0.1.0 — 2026-07-02 #

Initial release.

  • AgenticChatControllerChangeNotifier driving a AgenticAgent: send() (full ReAct turn with live step updates) and send(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.
1
likes
160
points
189
downloads

Documentation

API reference

Publisher

verified publisherinlayad.com

Weekly Downloads

Drop-in chat UI for Flutter AI agents — chat view, streaming bubbles, ReAct step visualizer, and typing indicator, wired to flutter_agentic.

Repository (GitHub)
View/report issues

Topics

#flutter #ai #chat #ui #agent

License

MIT (license)

Dependencies

flutter, flutter_agentic

More

Packages that depend on flutter_agentic_ui