ace_chat 1.1.0
ace_chat: ^1.1.0 copied to clipboard
A Gemini-powered chatbot UI built with Flutter. Custom knowledge base, bot naming, and theme toggle support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ace_chatThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ace_chat: ^1.1.0Alternatively, 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:ace_chat/ace.dart';
import 'package:ace_chat/models/message_model.dart';
import 'package:ace_chat/services/gemini_service.dart';
import 'package:ace_chat/ui/chat_screen.dart';