ai_chat_plus 1.0.2
ai_chat_plus: ^1.0.2 copied to clipboard
A Flutter package that provides AI chat functionality with enhanced features including OpenAI, Google Gemini, and Claude AI integrations, voice recognition, and multimodal support.
1.0.2 #
- Fixed Gemini service implementation and initialization
- Improved error handling in AIServiceFactory
- Fixed OpenAI service streaming implementation
- Updated documentation with correct version numbers
- Fixed null safety issues in service implementations
1.0.1 #
- Added Google Gemini integration with full support for text generation
- Improved error handling and user feedback
- Enhanced UI components with better message bubbles and loading states
- Added comprehensive example app with separate OpenAI and Gemini implementations
- Updated documentation with detailed usage examples
- Fixed minor bugs and improved stability
1.0.0 #
Initial release of AI Chat Plus package with the following features:
- OpenAI GPT Integration (3.5/4/4-turbo)
- Streaming responses support
- Type-safe API with proper error handling
- Easy integration with modular design
- Support for future AI model integrations (Gemini, Claude)
Implementation Details #
- Added base AI service interface
- Implemented OpenAI service with streaming support
- Added model configuration and factory pattern
- Type-safe enums for AI providers and models