Releases: SimformSolutionsPvtLtd/flutter_chatview
Releases · SimformSolutionsPvtLtd/flutter_chatview
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)