ai_bridge_ui 0.1.0 copy "ai_bridge_ui: ^0.1.0" to clipboard
ai_bridge_ui: ^0.1.0 copied to clipboard

Ready-made AI chat widgets for Flutter AI Bridge — chat interface, message bubbles, streaming text, and input bar.

ai_bridge_ui #

Pre-built Flutter chat widgets for the ai_bridge_core framework — drop-in AIChatWidget with streaming, typing indicators, and theming.

Features #

  • AIChatWidget — full chat interface with message bubbles
  • Streaming text animation
  • Typing indicator
  • Dark mode support via AIChatTheme
  • Tool calling integration

Usage #

import 'package:ai_bridge_ui/ai_bridge_ui.dart';

AIChatWidget(
  provider: myProvider,
  systemPrompt: 'You are a helpful assistant.',
  theme: AIChatTheme.dark(),
)

License #

MIT

0
likes
140
points
55
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Ready-made AI chat widgets for Flutter AI Bridge — chat interface, message bubbles, streaming text, and input bar.

License

MIT (license)

Dependencies

ai_bridge_core, flutter

More

Packages that depend on ai_bridge_ui