flutter_chat/CHANGELOG.md

30 lines
559 B
Markdown
Raw Normal View History

## 0.4.0 - November 6 2023
2023-10-27 14:18:20 +02:00
- Show amount of unread messages per chat
- More intuitive chat UI
- Fix default profile avatars
2023-10-25 14:04:10 +02:00
## 0.3.4 - October 25 2023
- Add interface methods for getting amount of unread messages
## 0.3.3 - October 10 2023
- Add icon color property for icon buttons
## 0.3.2 - September 26 2023
- Fix fullname getter for nullable values
2023-07-11 13:05:23 +02:00
## 0.3.1 - July 11 2023
- Removed image message when there is no last message in a chat
2023-03-31 15:38:31 +02:00
## 0.3.0 - March 31 2023
- Added support for group chats
2022-10-14 15:00:22 +02:00
## 0.0.1 - October 17th 2022
- Initial release