Skip to content

Releases: flyerhq/flutter_chat_types

v2.2.0

12 Jun 18:05
Compare
Choose a tag to compare

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 to name
  • BREAKING CHANGE: [ImageMessage] imageName is renamed to name
  • BREAKING CHANGE: [Messages] authorId is replaced with author to support avatars and names inside the chat
  • BREAKING CHANGE: [Messages] timestamp is renamed to createdAt. All timestamps are in ms now.
  • BREAKING CHANGE: [Status] read is renamed to seen
  • BREAKING CHANGE: [User] avatarUrl is renamed to imageUrl
  • New custom and unsupported message types. First one is used to build any message you want, second one is to support backwards compatibility
  • copyWith text option for the TextMessage
  • Exported utils
  • Some additional fields like user's role for the future features

v2.1.5

01 Jun 14:53
Compare
Choose a tag to compare

Revert meta upgrade

v2.1.4

01 Jun 14:40
Compare
Choose a tag to compare

Update dependencies

v2.1.3

20 May 19:04
Compare
Choose a tag to compare

Update to Flutter 2.2

v2.1.2

03 May 15:15
Compare
Choose a tag to compare

Add equatable to every type

v2.1.1

01 May 23:04
Compare
Choose a tag to compare

Fixed bug with an empty preview data

v2.1.0

25 Apr 10:12
Compare
Choose a tag to compare

Add copyWith to the message

v2.0.9

24 Apr 18:00
Compare
Choose a tag to compare

Add custom metadata to message and user classes

v2.0.8

19 Apr 01:48
Compare
Choose a tag to compare

Add custom metadata to the room class. Thanks @alihen for the PR!

v2.0.7

28 Mar 17:54
Compare
Choose a tag to compare

Prepared for production use