kaily_flutter_sdk 1.0.1+2
kaily_flutter_sdk: ^1.0.1+2 copied to clipboard
A pure Flutter SDK for Kaily AI chatbot widget with dynamic tool registration and execution.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.1+2 - 2024-12-19 #
Fixed #
- Fixed Dart formatter issues in
kaily_exceptions.dart
andkaily_config.dart
- Updated dependencies to latest compatible versions:
meta
from^1.11.0
to^1.16.0
permission_handler
from^11.3.1
to^11.4.0
- Improved static analysis score from 40/50 to 50/50 points
- Improved dependency score from 0/10 to 10/10 points
1.0.0+1 - 2024-12-19 #
Added #
- Initial release of Kaily Flutter SDK
- WebView-based integration for cross-platform support
- Dynamic tool registration and execution capabilities
- User management and authentication support
- Customizable appearance and theming options
- Real-time event system for monitoring AI interactions
- Support for iOS, Android, Web, and Desktop platforms
Features #
- SDK Initialization: Easy setup with
KailySDK.instance.initialize()
- Tool Registration: Register Dart functions that AI can call in real-time
- Event Handling: Comprehensive event system for monitoring interactions
- Context Management: Provide app state context to the AI
- Custom Appearance: Full theming and styling options
- Cross-Platform: Works on all Flutter-supported platforms
0.0.1 2024-01-XX #
Added #
- Initial release
- Basic SDK functionality
- Example implementation
- Documentation and README
Version Format #
- [Unreleased]: Changes that have been made but not yet released
- [X.Y.Z]: Released versions with dates
- Added: New features
- Changed: Changes in existing functionality
- Deprecated: Soon-to-be removed features
- Removed: Removed features
- Fixed: Bug fixes
- Security: Security improvements