chatview2 0.1.5
chatview2: ^0.1.5 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
messageTypeinonSendTapcallback for encountering messages. - Breaking: Remove
onRecordingCompleteand you can get Recorded audio inonSendTapcallback withmessageType. - Breaking: Remove
onImageSelectedfromImagePickerIconsConfigurationand can get selected image inonSendTapcallback withmessageType. - Feat: 49 Add
onUrlDetectcallback 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
onEmojiTapfromReactionPopupConfiguration, it can be handled internally. - Breaking: Remove
horizontalDragToShowMessageTimefromChatBackgroundConfigurationand addenableSwipeToSeeTimeparameter with same feature inFeatureActiveConfig. - Breaking: Remove
showReceiverProfileCircleand addenableOtherUserProfileAvatarparameter with same feature inFeatureActiveConfig. -
- Breaking: Move
enablePaginationparameter fromChatViewtoFeatureActiveConfig.
- Breaking: Move
1.0.1 #
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.