ai_assistant_ui 0.0.2
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_uiThis 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.2Alternatively, 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';