flutter_ai_chat_ui 1.0.1 copy "flutter_ai_chat_ui: ^1.0.1" to clipboard
flutter_ai_chat_ui: ^1.0.1 copied to clipboard

A complete, production-ready AI chat UI kit for Flutter. Supports streaming responses, markdown rendering, typing indicators, message reactions, copy/retry actions, image messages, and beautiful bubbl [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_ai_chat_ui

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_ai_chat_ui: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_ai_chat_ui/flutter_ai_chat_ui.dart';
2
likes
120
points
26
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A complete, production-ready AI chat UI kit for Flutter. Supports streaming responses, markdown rendering, typing indicators, message reactions, copy/retry actions, image messages, and beautiful bubble designs. Works with any AI backend (OpenAI, Anthropic, Gemini, etc.)

Repository (GitHub)

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on flutter_ai_chat_ui