flutter_bot 0.0.7
flutter_bot: ^0.0.7 copied to clipboard
A Flutter chatbot widget
0.0.7 #
- Add rich content support (carousel, cards, images, product lists)
- Add sound effects for chat events (message sent/received, notifications)
- Add SoundConfiguration for customizable audio settings
- Fix button visibility in rich content button groups
0.0.6 #
- Fix 400 Bad Request on web: app_version and os_version were null
- Add DeviceInfoService with proper defaults for all platforms
- Add tests to prevent null API fields
0.0.5 #
- Allow API_URL override via dart-define
- Fix conversation history not loading when switching users
- Fix configuration updates clearing chat messages
- Add Firebase Crashlytics and Analytics integration
- Improve debug logging for secret key tracing
- Add tooltips for accessibility in ChatHeader widget
0.0.4 #
- Languages support #75
- Landmark on free AI chatbot #72
- Text formatting: support all type #71
- Online/offline status #65
- Improve chat list scrolling
- Refocus after message sent
- API fetch different text translations
0.0.3 #
- Added
mobileparameter to control web vs mobile layout behavior - Improved FAB padding for better positioning
- Added support for custom FAB button widget via
fabWidgetparameter - Fixed chat screen sizing on web platforms
- Enhanced responsive design for desktop browsers
0.0.2 #
- Fixed URL issue.
0.0.1 #
- Initial release