Releases: flyerhq/flutter_chat_ui
Releases · flyerhq/flutter_chat_ui
v1.4.2
- Add
fileMessageBuilder
,imageMessageBuilder
andtextMessageBuilder
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
Fix release on pub.dev
v1.4.0
Update to Flutter 2.5
v1.3.4
Update dependencies
v1.3.3
- Add
onTextFieldTap
. Thanks @halildurmus for the PR! - Add
messageInsetsHorizontal
andmessageInsetsVertical
to the theme to customize message bubble's paddings
v1.3.2
v1.3.1
- Rename
buildCustomMessage
tocustomMessageBuilder
- Update dependencies
v1.3.0
- Chat is now correctly rendered in not full screen mode. Removed
SafeArea
from the lib itself, wrapChat
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
v1.1.9
- Add
sendingIcon
widget to the theme. Thanks @abhisunkewar for the PR! - Update dependencies