ai_assistant_ui 0.0.2 copy "ai_assistant_ui: ^0.0.2" to clipboard
ai_assistant_ui: ^0.0.2 copied to clipboard

A customizable, modern AI Chat UI library for Flutter supporting Google Gemini, OpenAI, Claude, Ollama, dynamic light/dark themes, and chat history persistence.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ai_assistant_ui

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

dependencies:
  ai_assistant_ui: ^0.0.2

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:ai_assistant_ui/ai_assistant_ui.dart';
2
likes
140
points
117
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A customizable, modern AI Chat UI library for Flutter supporting Google Gemini, OpenAI, Claude, Ollama, dynamic light/dark themes, and chat history persistence.

Repository (GitHub)
View/report issues

Topics

#flutter #ai #chatbot #gemini #openai

License

MIT (license)

Dependencies

dio, equatable, flutter, flutter_bloc, flutter_markdown, hive, hive_flutter

More

Packages that depend on ai_assistant_ui