Skip to content

Releases: flyerhq/flutter_chat_ui

v1.0.5

20 May 20:20
Compare
Choose a tag to compare

Update dependencies

v1.0.4

20 May 19:23
Compare
Choose a tag to compare
  • Additional URL preview bug fixes. Thanks @jlubeck for reporting!
  • Update to Flutter 2.2

v1.0.3

20 May 16:43
Compare
Choose a tag to compare

v1.0.2

01 May 18:27
Compare
Choose a tag to compare
  • BREAKING CHANGE: onFilePressed is replaced with onMessageTap to support tap event for different message types. See usage example.
  • Added onMessageLongPress callback, similar to the onMessageTap.
  • Added disableImageGallery parameter to optionally disable the image gallery on the image tap.
  • Added subtitle2Color to the theme, which is used to color date dividers in the chat. Thanks @sarbogast for the PR!
  • Fixed issues with link preview

v1.0.1

22 Apr 07:22
Compare
Choose a tag to compare

Hide the attachment button if onAttachmentPressed is not passed. Thanks @devfelipereis for noticing!

v1.0.0

28 Mar 17:58
Compare
Choose a tag to compare

Initial release