ai_chat_box
A generic, customizable chat widget for Flutter that supports dynamic AI-like conversations with user-defined callback responses.
0.5.0
andygeek/ai_chat_box
What this package is like to depend on
Last release 10 months ago
28 Oct 2025
Too new to tell
only 2 release windows
Some releases are documented
notes for 3 of 10 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
10 releases · first in 2025
1 release in the last 12 months
see the full history below
Release timeline
10 releases · Jan 2025 to Oct 2025Releases
latest 10-
0.5.028 Oct 2025Release notes
Open source →chore: Bump version to 0.5.0, enhance loading indicator, improve resource management, and update dependencies
Full Changelog: https://github.com/andygeek/ai_chat_box/commits/v0.5.0
Release notes
Open source →- 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.227 Jan 2025Nothing published for this version
-
0.4.126 Jan 2025 -
0.4.026 Jan 2025Nothing published for this version
-
0.3.226 Jan 2025Nothing published for this version
-
0.3.126 Jan 2025Nothing published for this version
-
0.3.026 Jan 2025Nothing published for this version
-
0.2.126 Jan 2025Nothing published for this version
-
0.2.026 Jan 2025Nothing published for this version
-
0.1.025 Jan 2025Release notes
Open source →- Initial release.
- Added
GenericChatWidgetwith support for dynamic callbacks.