ace_chat 1.1.0 copy "ace_chat: ^1.1.0" to clipboard
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_chat

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

dependencies:
  ace_chat: ^1.1.0

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: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';
2
likes
140
points
27
downloads

Publisher

verified publishersuneeldk.me

Weekly Downloads

A Gemini-powered chatbot UI built with Flutter. Custom knowledge base, bot naming, and theme toggle support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on ace_chat