chatview 1.1.0 chatview: ^1.1.0 copied to clipboard
A Flutter package that allows you to integrate Chat View with highly customization options.
[1.1.0] #
- Feat: 37 Ability to enable or disable specific features.
- Feat: 34 Ability to add voice message.
- Breaking: Remove
onEmojiTap
fromReactionPopupConfiguration
, it can be handled internally. - Breaking: Remove
horizontalDragToShowMessageTime
fromChatBackgroundConfiguration
and addenableSwipeToSeeTime
parameter with same feature inFeatureActiveConfig
. - Breaking: Remove
showReceiverProfileCircle
and addenableOtherUserProfileAvatar
parameter with same feature inFeatureActiveConfig
. -
- Breaking: Move
enablePagination
parameter fromChatView
toFeatureActiveConfig
.
- Breaking: Move
[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.