Skip to content

Releases: SimformSolutionsPvtLtd/flutter_chatview

v1.0.1

16 Jan 06:43
Compare
Choose a tag to compare

Bug Fixes

  • 32 Fix issue of
    while replying to image it highlights the link instead of the image.
  • 35 Fix issue of
    removing reaction which is reacted accidentally.

v1.0.0+1

02 Jan 14:36
Compare
Choose a tag to compare

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

08 Nov 10:40
247b74b
Compare
Choose a tag to compare

What's Changed

v0.0.2

14 Jul 14:18
004fe08
Compare
Choose a tag to compare
fixes #10 text with emoji (#11)

v0.0.1

29 Apr 09:00
2d6e154
Compare
Choose a tag to compare
:hammer: pubspec.yaml update (#5)