Releases: flyerhq/flutter_chat_types
Releases · flyerhq/flutter_chat_types
v2.2.0
This release marks a major chat architecture overhaul based on a community feedback. In the future we don't expect such big changes in one release and will try to do backwards compatible code as much as possible.
- BREAKING CHANGE: [FileMessage]
fileName
is renamed toname
- BREAKING CHANGE: [ImageMessage]
imageName
is renamed toname
- BREAKING CHANGE: [Messages]
authorId
is replaced withauthor
to support avatars and names inside the chat - BREAKING CHANGE: [Messages]
timestamp
is renamed tocreatedAt
. All timestamps are inms
now. - BREAKING CHANGE: [Status]
read
is renamed toseen
- BREAKING CHANGE: [User]
avatarUrl
is renamed toimageUrl
- New
custom
andunsupported
message types. First one is used to build any message you want, second one is to support backwards compatibility copyWith
text option for theTextMessage
- Exported
utils
- Some additional fields like user's role for the future features
v2.1.5
Revert meta upgrade
v2.1.4
Update dependencies
v2.1.3
Update to Flutter 2.2
v2.1.2
Add equatable to every type
v2.1.1
Fixed bug with an empty preview data
v2.1.0
Add copyWith
to the message
v2.0.9
Add custom metadata to message and user classes
v2.0.8
v2.0.7
Prepared for production use