dash_chat_custom 0.0.33
dash_chat_custom: ^0.0.33 copied to clipboard
The most complete Chat UI for flutter. Easy to use, highly customizable and fully featured
0.0.33 17/07/2025 #
- Updated CachedNetworkImage
- Added messageOptions.mediaHttpHeaders
0.0.32 10/06/2025 #
- Updated video/image max width
0.0.31 04/06/2025 #
- Fixed video thumbnail when error occurs
- Added image placeholder when error occurs
- Improved media performance
0.0.30 02/06/2025 #
- Added support to media videos with controls
0.0.29 13/02/2025 #
- Added 'displayName' to ChatUser class
0.0.28 13/02/2025 #
- Fixed 'FullName' text shown in the chat
0.0.27 27/01/2025 #
- Added 'inputContainerEnabled' on InputOptions class to show/hide the message input container
0.0.26 24/01/2025 #
- Added 'currentUserTextColor' support for markdown messages ('p' and 'strong' only)
0.0.25 28/12/2024 #
- Added hover and tap effects to media content (images, files)
- Added maxWidth and maxHeight for custom parent containers
0.0.23 18/12/2024 #
- Added zoom to media images
- Added user background color to media messages
0.0.21 02/06/2024 #
- Upgraded dependencies
- Added support for markdown stylesheet
- Fixed defaultSendButton not using the icon param
0.0.20 01/02/2024 #
0.0.19 23/10/2023 #
- More parse pattern by default
- Fixed typo for defaultParsePatterns variable
0.0.18 22/08/2023 #
- Allowed customProperties to be null
- Upgrade dependencies
0.0.17 16/05/2023 #
- Made it compatible with Flutter 3.10
- Added more customisation on MessageOption and improved code quality
0.0.16 10/05/2023 #
- Upgraded dependencies
- Removed top safe area padding for the input widget
- Added possibility to add asset image as user icon
- Added black background to videos
0.0.15 03/10/2022 #
- Fixed opening dynamic links (deeplinks)
- Fixed issue with video previews
- Fixed issues related to the mention overlay
0.0.14 23/08/2022 #
- Hid the mention overlay when the input toolbar is disposed
0.0.13 22/08/2022 #
- Added ability to mention anything using any trigger (for instance: @username)
- Added maxWidth message option
0.0.12 19/07/2022 #
- Added new param to the video player
0.0.11 06/07/2022 #
- Improved default send button padding
0.0.10 30/06/2022 #
- Improved tap gesture area of default send button
0.0.9 29/06/2022 #
- Improved tap gesture area of default send button
0.0.8 28/06/2022 #
- Fixed
sendOnEnter
param not working
0.0.7 27/06/2022 #
- Upgraded dependencies
- Fixed example
- Added
scrollPhysics
param inMessageListOptions
0.0.6 21/04/2022 #
- Added flutter web support
0.0.4 03/03/2022 #
- Fixed scrollController issue for onLoadEarlier
- UI improvements
0.0.3 27/09/2021 #
- Change better_player to video_player to have support for web
0.0.2 24/09/2021 #
- Fix readme image issue
- Add description in pubspec
0.0.1 24/09/2021 #
- First version