flutter_ai_chat_kit 0.0.2 copy "flutter_ai_chat_kit: ^0.0.2" to clipboard
flutter_ai_chat_kit: ^0.0.2 copied to clipboard

A production-ready Flutter package for integrating multiple AI providers (OpenAI, Gemini, Claude, etc.) with a unified API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_ai_chat_kit

With Flutter:

 $ flutter pub add flutter_ai_chat_kit

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

dependencies:
  flutter_ai_chat_kit: ^0.0.2

Alternatively, 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_ai_chat_kit/flutter_ai_chat_kit.dart';
1
likes
0
points
259
downloads

Publisher

unverified uploader

Weekly Downloads

A production-ready Flutter package for integrating multiple AI providers (OpenAI, Gemini, Claude, etc.) with a unified API.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, dio, flutter, flutter_markdown, freezed_annotation, hive, hive_flutter, http, json_annotation, logging, markdown_widget, path_provider, uuid

More

Packages that depend on flutter_ai_chat_kit