ai_kit 0.1.0 copy "ai_kit: ^0.1.0" to clipboard
ai_kit: ^0.1.0 copied to clipboard

AI Integration Toolkit for Flutter. Multi-provider support (OpenAI, Gemini, Claude), streaming chat UI, smart widgets, and AI-powered components. Build AI features in minutes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ai_kit

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

dependencies:
  ai_kit: ^0.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:ai_kit/ai_kit.dart';
1
likes
160
points
132
downloads
screenshot

Publisher

verified publisherthesanaullah.dev

Weekly Downloads

AI Integration Toolkit for Flutter. Multi-provider support (OpenAI, Gemini, Claude), streaming chat UI, smart widgets, and AI-powered components. Build AI features in minutes.

Repository (GitHub)
View/report issues

Topics

#ai #openai #gemini #chatbot #machine-learning

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, shared_preferences

More

Packages that depend on ai_kit