flutter_ai_chatbot 0.0.3
flutter_ai_chatbot: ^0.0.3 copied to clipboard
A Flutter Pub package that lets you integrate an AI-powered chatbot into your Flutter apps with minimal setup. Simply provide your API key and start chatting!
0.0.3 #
- Updated Documentation
0.0.2 #
- Reorganized project structure for better maintainability
- Moved source files to dedicated
srcdirectory - Separated UI components and core functionality
- Improved code organization and modularity
0.0.1 #
-
Initial release of the AI Chatbot package
-
Core Features:
- Support for multiple AI services:
- OpenAI GPT integration
- Google Gemini integration
- DeepSeek AI integration
- Real-time chat interface with customizable UI
- Built-in error handling and retry mechanisms
- Response caching for improved performance
- Rate limiting to prevent API quota exhaustion
- Support for multiple AI services:
-
UI Customization Options:
- Custom colors and themes
- Customizable chat icons
- Custom header title and icon
- Configurable initial message
- Chat history management options
-
Technical Features:
- Secure API key handling
- Automatic request throttling
- Network error handling
- Service-specific error messages
- Easy integration with Flutter applications