flutter_ai_chat_kit 0.0.4 copy "flutter_ai_chat_kit: ^0.0.4" to clipboard
flutter_ai_chat_kit: ^0.0.4 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 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 flutter pub get):

dependencies:
  flutter_ai_chat_kit: ^0.0.4

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:flutter_ai_chat_kit/flutter_ai_chat_kit.dart';
1
likes
140
points
262
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Homepage

License

MIT (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