ai_chat_plus 1.1.6
ai_chat_plus: ^1.1.6 copied to clipboard
A cutting-edge Flutter chat experience with seamless AI integration. Features real-time interactions, and intelligent responses powered by OpenAI, Gemini, and Claude. Crafted with precision by Jamalih [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ai_chat_plusWith Flutter:
$ flutter pub add ai_chat_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ai_chat_plus: ^1.1.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:ai_chat_plus/ai_chat_plus.dart';