flutter_gen_ai_chat_ui 2.0.6
flutter_gen_ai_chat_ui: ^2.0.6 copied to clipboard
Flutter package for high-performance AI chat UIs, with streaming markdown, code highlighting, extensive customization, and integration with LLMs like ChatGPT, Google Gemini, Anthropic Claude, and more.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_gen_ai_chat_uiWith Flutter:
$ flutter pub add flutter_gen_ai_chat_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_gen_ai_chat_ui: ^2.0.6Alternatively, your editor might support dart pub get or 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_gen_ai_chat_ui/flutter_gen_ai_chat_ui.dart';