matrix_sdk 0.33.0+1 matrix_sdk: ^0.33.0+1 copied to clipboard
An SDK written in Dart to connect to Matrix, the federated communication protocol.
0.33.0+1 #
- Support custom events using
RawRoomEvent
andRawStateEvent
Check the README for details. - Add ability to register using
Homeserver.register
- Add
VideoMessageEvent
- Add
Room.canonicalAlias
andRoom.alternativeAliases
- Add
format
field toTextMessage
(thank you Cyril Dutrieux!) - Remove
equatable
dependency