chatview 1.0.1 chatview: ^1.0.1 copied to clipboard
A Flutter package that allows you to integrate Chat View with highly customization options.
[1.0.1] #
[1.0.0+1] #
- Breaking: Remove
sender
andreceiver
fromChatView
. - Breaking: Add
currentUser
to chat view, which represent the sender. - Breaking: Replace
title
andtitleTextStyle
withchatTitle
andchatTitleTextStyle
respectively inChatViewAppBar
- Breaking: Add
profilePhoto
inChatUser
to show profile picture of sender. - Breaking: Add
chatUsers
inChatController
. - Breaking: Add
chatViewState
inChatView
. - Breaking: Change type of
reaction
toReaction
inMessage
. - #8 Implement loading, error and no message UIs.
- #13 Implement group chat and multiple reaction support.
- #22 Add
TextInputType
forTextField
. - #24
Add
MessageType.custom
for custom messages. - FEAT: Auto scroll to replied message.
[0.0.1] #
- Initial release.