dash_chat_2 0.0.21 dash_chat_2: ^0.0.21 copied to clipboard
The most complete Chat UI for flutter. Easy to use, highly customizable and fully featured
[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