Skip to content

Releases: flyerhq/flutter_chat_ui

v1.4.2

15 Sep 08:00
Compare
Choose a tag to compare
  • Add fileMessageBuilder, imageMessageBuilder and textMessageBuilder for more customization options. Thanks @Androrier for the PR!
  • Fix avatar initials (show first letters of first and last names, instead of one, where applicable)

v1.4.1

10 Sep 09:08
Compare
Choose a tag to compare

Fix release on pub.dev

v1.4.0

09 Sep 22:46
Compare
Choose a tag to compare

Update to Flutter 2.5

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