dash_chat 1.0.5
dash_chat: ^1.0.5 copied to clipboard
The most complete Chat UI for flutter inspired by react-native-gifted-chat.
[1.0.5] #
- Fixed an issue where
scrollToBottom
widget was not disabled. - Fixed an issue where message container was not resized properly based on screen width.
- Fixed a performance issue when scroll down.
- Fixed an issue where
onLoadEarlier
was being called every time the listview moved.
[1.0.4] #
- Models updated
[1.0.3] #
- Small fixes to the InputToolbar and ChatMessage class
[1.0.2] #
- ChatMessage serialization added
[1.0.1] #
- Description updated and small fix
[1.0.0] #
- Minor fixes and first release
[0.1.6] #
- LoadEarlier Widget functionality added
[0.1.5] #
- ScrollToBottom Widget functionality added
[0.1.4] #
showTraillingBeforeSend
property added
[0.1.3] #
- Quick Reply functionality added.
[0.1.2] #
- Chat Bubble are more customizable now.
[0.1.1] #
- User avatar now show user initials while loading & if not avatar is passed
[0.1.0] #
- Initial Release