chatview 1.0.0 chatview: ^1.0.0 copied to clipboard
A Flutter package that allows you to integrate Chat View with highly customization options.
[1.0.0] #
- 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.