chatview 1.0.1 copy "chatview: ^1.0.1" to clipboard
chatview: ^1.0.1 copied to clipboard

A Flutter package that allows you to integrate Chat View with highly customization options.

[1.0.1] #

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

[1.0.0+1] #

  • Breaking: Remove sender and receiver from ChatView.
  • Breaking: Add currentUser to chat view, which represent the sender.
  • Breaking: Replace title and titleTextStyle with chatTitle and chatTitleTextStyle respectively in ChatViewAppBar
  • Breaking: Add profilePhoto in ChatUser to show profile picture of sender.
  • Breaking: Add chatUsers in ChatController.
  • Breaking: Add chatViewState in ChatView.
  • Breaking: Change type of reaction to Reaction in Message.
  • #8 Implement loading, error and no message UIs.
  • #13 Implement group chat and multiple reaction support.
  • #22 Add TextInputType for TextField.
  • #24 Add MessageType.custom for custom messages.
  • FEAT: Auto scroll to replied message.

[0.0.3] #

  • #7 Add image-picker.

[0.0.2] #

  • Fixed #10 - emoji and text.

[0.0.1] #

  • Initial release.