flutter_bot 0.0.6 copy "flutter_bot: ^0.0.6" to clipboard
flutter_bot: ^0.0.6 copied to clipboard

A Flutter chatbot widget

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 mobile parameter to control web vs mobile layout behavior
  • Improved FAB padding for better positioning
  • Added support for custom FAB button widget via fabWidget parameter
  • Fixed chat screen sizing on web platforms
  • Enhanced responsive design for desktop browsers

0.0.2 #

  • Fixed URL issue.

0.0.1 #

  • Initial release