chatview 1.0.0+1
chatview: ^1.0.0+1 copied to clipboard
A Flutter package that allows you to integrate Chat View with highly customization options.
1.0.0+1 #
- Breaking: Remove
senderandreceiverfromChatView. - Breaking: Add
currentUserto chat view, which represent the sender. - Breaking: Replace
titleandtitleTextStylewithchatTitleandchatTitleTextStylerespectively inChatViewAppBar - Breaking: Add
profilePhotoinChatUserto show profile picture of sender. - Breaking: Add
chatUsersinChatController. - Breaking: Add
chatViewStateinChatView. - Breaking: Change type of
reactiontoReactioninMessage. - #8 Implement loading, error and no message UIs.
- #13 Implement group chat and multiple reaction support.
- #22 Add
TextInputTypeforTextField. - #24
Add
MessageType.customfor custom messages. - FEAT: Auto scroll to replied message.
0.0.1 #
- Initial release.