ai_chat_box 0.5.0
ai_chat_box: ^0.5.0 copied to clipboard
A generic, customizable chat widget for Flutter that supports dynamic AI-like conversations with user-defined callback responses.
Changelog #
0.5.0 #
- Feature: Added animated loading indicator (dots animation) while waiting for bot response.
- Improvement: Implemented proper resource management with
dispose()method to prevent memory leaks. - Improvement: Added Timer cleanup for loading animation.
- Update: Dependencies updated to latest compatible versions.
- Refactor: Code style improvements (consistent use of single quotes).
0.4.1 #
- Fix workflow and examples.
0.1.0 #
- Initial release.
- Added
GenericChatWidgetwith support for dynamic callbacks.