flutter_chat_types 2.3.0 copy "flutter_chat_types: ^2.3.0" to clipboard
flutter_chat_types: ^2.3.0 copied to clipboard

outdated

Utility library for the flutter_chat_ui and flutter_firebase_chat_core libraries which contains shared type declarations.

2.3.0 #

  • Add lastMessages to the room

2.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 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

2.1.5 #

  • Revert meta upgrade

2.1.4 #

  • Update dependencies

2.1.3 #

  • Update to Flutter 2.2

2.1.2 #

  • Add equatable to every type

2.1.1 #

  • Fix bug with empty preview data

2.1.0 #

  • Add copyWith to the message

2.0.9 #

  • Add custom metadata to message and user classes

2.0.8 #

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

2.0.7 #

  • Update homepage

2.0.6 #

  • Update README

2.0.5 #

  • Update types

2.0.4 #

  • Add Room type

2.0.3 #

  • Fix null status

2.0.2 #

  • Add CI

2.0.1 #

  • Update to null safety

2.0.0 #

  • Update to Flutter 2

1.1.1 #

  • Finish documentation
  • Rename URL to URI

1.1.0 #

  • Add partial classes

1.0.9 #

  • Add null checking

1.0.8 #

  • Fix TextMessage mapping

1.0.7 #

  • Fix PreviewData mapping

1.0.6 #

  • Code cleanup

1.0.5 #

  • Export PreviewDatImage type

1.0.4 #

  • Add PreviewData type

1.0.3 #

  • Make timestamp optional

1.0.2 #

  • Add toJson method

1.0.1 #

  • Fix file message type

1.0.0 #

  • Add file message type

0.0.1 #

  • Initial release
39
likes
0
pub points
97%
popularity

Publisher

verified publisherflyer.chat

Utility library for the flutter_chat_ui and flutter_firebase_chat_core libraries which contains shared type declarations.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

equatable, meta

More

Packages that depend on flutter_chat_types