Releases: flyerhq/flutter_chat_ui
Releases · flyerhq/flutter_chat_ui
v1.0.5
Update dependencies
v1.0.4
v1.0.3
- Fix various URL preview bugs (see https://pub.dev/packages/flutter_link_previewer/changelog)
- Add an option to disable URL preview. Thanks @Elementarereigniss for the PR!
- Add portugese localization. Thanks @BerkSpar for the PR!
- Update dependencies
v1.0.2
- BREAKING CHANGE:
onFilePressed
is replaced withonMessageTap
to support tap event for different message types. See usage example. - Added
onMessageLongPress
callback, similar to theonMessageTap
. - 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
Hide the attachment button if onAttachmentPressed
is not passed. Thanks @devfelipereis for noticing!
v1.0.0
Initial release