chatview2 0.1.4 chatview2: ^0.1.4 copied to clipboard
A Flutter package that allows you to integrate Chat View with highly customization options.
[1.2.1] #
[1.2.0+1] #
- Feat: 42 Ability to get callback on tap of profile circle avatar.
- Breaking: Add
messageType
inonSendTap
callback for encountering messages. - Breaking: Remove
onRecordingComplete
and you can get Recorded audio inonSendTap
callback withmessageType
. - Breaking: Remove
onImageSelected
fromImagePickerIconsConfiguration
and can get selected image inonSendTap
callback withmessageType
. - Feat: 49 Add
onUrlDetect
callback for opening urls. - Feat: 51 Ability to get callback on long press of profile circle avatar.
[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.