flutter_chat/CHANGELOG.md

78 lines
1.6 KiB
Markdown
Raw Normal View History

2024-03-27 11:48:34 +01:00
## 1.4.0
- Add way to create group chats
- Update flutter_profile to 1.3.0
- Update flutter_image_picker to 1.0.5
## 1.3.1
- Added more options for styling the UI.
- Changed the way profile images are shown.
- Added an ontapUser in the chat.
- Changed the way the time is shown in the chat after a message.
- Added option to customize chat title and username chat message widget.
2024-02-14 14:35:34 +01:00
## 1.2.1
- Fixed bug in the LocalChatService
2024-02-14 11:10:35 +01:00
## 1.2.0
- Added linter and workflow
2024-01-30 15:52:56 +01:00
## 1.1.0
- Added LocalChatService for example app
2024-01-19 09:23:00 +01:00
## 1.0.0
- Added pagination for the ChatDetailScreen
- Added routes with Go_router and Navigator
- Added ChatEntryWidget
2023-12-01 10:56:22 +01:00
## 0.6.0 - December 1 2023
- Made the message controller nullable
2023-12-13 09:09:28 +01:00
- Improved chat UI and added showTime option for chatDetailScreen to always show the time
2023-12-01 10:56:22 +01:00
## 0.5.0 - November 29 2023
- Added the option to add your own dialog on chat delete and addded the option to make the chat not deletable
2023-11-24 13:31:20 +01:00
## 0.4.2 - November 24 2023
- Fix groupchats seen as personal chat when there are unread messages
## 0.4.1 - November 22 2023
- Add groupName for groupchat avatarbuilder
## 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