Skip to content

Releases: SimformSolutionsPvtLtd/chatview

v1.2.1

06 Mar 12:57
Compare
Choose a tag to compare
  • Fix: #60 Fix image from file is not loaded.

  • Fix: #61 Fix issue of audio message is not working.

  • Feat: #65 Add callback when user react on message.

v1.2.0+1

21 Feb 10:00
Compare
Choose a tag to compare
  • 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

30 Jan 13:42
Compare
Choose a tag to compare

Requested Features

  • #34 Ability to send Voice messages.
  • #37 Ability to enable and disable specific features.

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)