easy_chatview 0.2.7
easy_chatview: ^0.2.7 copied to clipboard
A package that lets you implement chatting the way you like it.
0.2.7 #
- Chore: Bump dependencies to work with flutter 3.35.2
0.2.6 #
- Fix: reply-to preview shows "you" if it is your message you are replying to
0.2.5 #
- Fix: reply-to preview loads correct name
0.2.4 #
- Fix: remove debugging repeat of message in reply preview
0.2.3 #
- Chore: reload users only once per uuid at the same time
- Fix: keep user list when updating chats that already existed before
- Fix: reply preview spacing
0.2.2 #
- Fix: keep message list when updating chats that already existed before
0.2.1 #
- Fix reloading of the chat list view when chats change in datasource
0.2.0 #
Pretty usable for now.
- Added functionality that lets you load messages and display them
- Can send messages
- Can mark messages sent, with error, etc.
- Added TODOs in README
0.1.0 #
- Placeholder version.