flutter_ai_chat_kit 0.0.1
flutter_ai_chat_kit: ^0.0.1 copied to clipboard
A production-ready Flutter package for integrating multiple AI providers (OpenAI, Gemini, Claude, etc.) with a unified API.
0.0.1 #
- Initial release of
flutter_ai_chat_kit. - Unified API for multiple AI providers.
- Added
OpenAIProviderwith streaming support. - Added
AIChatControllerfor state management. - Added
AIChatViewfor a ready-to-use chat UI. - Support for Markdown rendering in chat bubbles.
- Conversation persistence and history management.