-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Amayyas edited this page Jul 8, 2026
·
5 revisions
Welcome to the Flutter AI SDK wiki! This is the official documentation for the unified Flutter/Dart wrapper for AI APIs.
| Feature | Description |
|---|---|
| 🔄 Unified API | Single interface for OpenAI, Anthropic, and Google AI |
| 🌊 Streaming | Real-time response streaming with chunk events |
| 💬 Context Management | Automatic conversation history and memory |
| 🖼️ Multimodal | Support for text, images, audio, and documents |
| 🛠️ Function Calling | Tool/function support for all providers |
| 🔒 Type Safety | Full Dart type safety with null safety |
| ⚡ Error Handling | Comprehensive error types and retry logic |
| 📊 Token Counting | Estimate token usage before requests |
| Provider | Text | Vision | Audio | Tools | Streaming |
|---|---|---|---|---|---|
| OpenAI | ✅ | ✅ | ✅ | ✅ | ✅ |
| Anthropic | ✅ | ✅ | ❌ | ✅ | ✅ |
| Google AI | ✅ | ✅ | ✅ | ✅ | ✅ |
- Check the FAQ for common questions
- Search existing issues
- Open a new issue if you need assistance
Getting Started
Core Concepts
Advanced Features
API Reference
Examples
Other