chatview2 0.1.5 copy "chatview2: ^0.1.5" to clipboard
chatview2: ^0.1.5 copied to clipboard

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

[1.2.1] #

  • 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.

[1.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.

[1.1.0] #

  • Feat: 37 Ability to enable or disable specific features.
  • Feat: 34 Ability to add voice message.
  • Breaking: Remove onEmojiTap from ReactionPopupConfiguration, it can be handled internally.
  • Breaking: Remove horizontalDragToShowMessageTime from ChatBackgroundConfiguration and add enableSwipeToSeeTime parameter with same feature in FeatureActiveConfig.
  • Breaking: Remove showReceiverProfileCircle and add enableOtherUserProfileAvatar parameter with same feature in FeatureActiveConfig.
    • Breaking: Move enablePagination parameter from ChatView to FeatureActiveConfig.

[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.
18
likes
110
pub points
62%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

any_link_preview, emoji_picker_flutter, file_picker, flutter, flutter_linkify, grouped_list, html, http, image_picker, intl, progress_indicators, timeago, url_launcher

More

Packages that depend on chatview2