Releases: SimformSolutionsPvtLtd/chatview
Releases · SimformSolutionsPvtLtd/chatview
v1.2.1
v1.2.0+1
- Feat: #42 Ability to get callback on tap of profile circle avatar.
- Breaking: Add messageType in onSendTap callback for encountering messages.
- Breaking: Remove onRecordingComplete and you can get Recorded audio in onSendTap callback with messageType.
- Breaking: Remove onImageSelected from ImagePickerIconsConfiguration and can get selected image in onSendTap callback with messageType.
- Feat: #49 Add onUrlDetect callback for opening urls.
- Feat: #51 Ability to get callback on long press of profile circle avatar.
v1.1.0
v1.0.1
v1.0.0+1
Features
-
Implement loading, error and no message UIs.
-
Implement group chat and multiple reaction support.
-
Add MessageType.custom for custom messages.
-
Auto scroll to replied message.
Breaking Changes
-
Remove sender and receiver from ChatView.
-
Add currentUser to chat view, which represent the sender.
-
Replace title and titleTextStyle with chatTitle and chatTitleTextStyle respectively in ChatViewAppBar.
-
Add profilePhoto in ChatUser to show profile picture of sender.
-
Add chatUsers in ChatController.
-
Add chatViewState in ChatView .
-
Change type of reaction to Reaction in Message.
v0.0.3
What's Changed
- ✨ Add image picker by @DhvanitVaghani in #9
v0.0.2
fixes #10 text with emoji (#11)
v0.0.1
:hammer: pubspec.yaml update (#5)