Skip to content

Releases: flyerhq/flutter_firebase_chat_core

v1.1.2

16 Jul 15:57
Compare
Choose a tag to compare

Update dependencies

v1.1.1

14 Jul 00:44
Compare
Choose a tag to compare
  • Update dependencies
  • Add possibility to order rooms by last updated (e.g. show room on top when it has the latest message). See documentation comment for rooms function inside FirebaseChatCore class.
  • Fix user avatars inside example if no remote URL is available
  • Add deleteUserFromFirestore function. Thanks @SalahAdDin for the PR!

v1.1.0

12 Jun 23:34
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] timestamp is renamed to createdAt
  • 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

v1.0.4

12 Jun 22:53
Compare
Choose a tag to compare

Update dependencies

v1.0.3

20 May 20:29
75d5595
Compare
Choose a tag to compare
  • BREAKING CHANGE: Updated cloud_firestore to version 2
  • Update to Flutter 2.2

v1.0.2

19 Apr 08:24
Compare
Choose a tag to compare

Fixed static analysis warning

v1.0.1

19 Apr 02:45
Compare
Choose a tag to compare

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

v1.0.0

28 Mar 18:11
Compare
Choose a tag to compare

Initial release