Skip to content

Releases: flyerhq/flutter_chat_ui

v1.3.4

08 Sep 17:49
Compare
Choose a tag to compare

Update dependencies

v1.3.3

03 Sep 18:36
Compare
Choose a tag to compare
  • Add onTextFieldTap. Thanks @halildurmus for the PR!
  • Add messageInsetsHorizontal and messageInsetsVertical to the theme to customize message bubble's paddings

v1.3.2

01 Sep 08:35
Compare
Choose a tag to compare
  • Fix memory leak. Thanks @m-j-g for reporting!
  • Add customBottomWidget useful to remove the input and create a channel view
  • Add inputPadding, inputTextCursorColor and inputTextDecoration to the theme for the additional input customization

v1.3.1

31 Aug 13:04
Compare
Choose a tag to compare
  • Rename buildCustomMessage to customMessageBuilder
  • Update dependencies

v1.3.0

29 Aug 08:53
Compare
Choose a tag to compare
  • Chat is now correctly rendered in not full screen mode. Removed SafeArea from the lib itself, wrap Chat component if needed. Thanks @m-j-g for reporting!
  • Fixes crash deserializing previewData. Thanks @m-j-g for reporting!
  • Fixed automatic scroll to bottom issue in paginated mode. Thanks @m-j-g for reporting!
  • Added userAvatarImageBackgroundColor. Thanks @pierrebarbaroux for the PR!
  • Added sendButtonVisibilityMode. Thanks @halildurmus for the PR!
  • Added Turkish localization. Thanks @halildurmus for the PR!
  • Update dependencies

v1.2.0

13 Aug 17:40
Compare
Choose a tag to compare
  • Fix avatar color when using an image. Thanks @m-j-g for reporting!
  • Can't send spaces using keyboard anymore. Thanks @m-j-g for reporting!
  • Update dependencies

v1.1.9

22 Jul 17:51
Compare
Choose a tag to compare
  • Add sendingIcon widget to the theme. Thanks @abhisunkewar for the PR!
  • Update dependencies

v1.1.8

16 Jul 15:23
Compare
Choose a tag to compare
  • Update dependencies and example
  • Fix scroll controller not attached warning. Thanks @fikretsengul for reporting the bug!
  • Fix right margin on input's progress indicator

v1.1.7

13 Jul 22:44
Compare
Choose a tag to compare

Update dependencies

v1.1.6

13 Jul 21:28
Compare
Choose a tag to compare
  • Added emptyState that allows you to customize what the user sees when there are no messages. Thanks @AndreHaueisen for the PR!
  • Added Korean localization. Thanks @ChangJoo-Park for the PR!
  • Can't send spaces anymore. Thanks @kwamerex101 for reporting the bug!