Releases: flyerhq/flutter_firebase_chat_core
Releases · flyerhq/flutter_firebase_chat_core
v1.1.2
Update dependencies
v1.1.1
- 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 insideFirebaseChatCore
class. - Fix user avatars inside example if no remote URL is available
- Add
deleteUserFromFirestore
function. Thanks @SalahAdDin for the PR!
v1.1.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]
timestamp
is renamed tocreatedAt
- 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
v1.0.4
Update dependencies
v1.0.3
- BREAKING CHANGE: Updated
cloud_firestore
to version 2 - Update to Flutter 2.2
v1.0.2
Fixed static analysis warning
v1.0.1
v1.0.0
Initial release