matrix-dart-sdk/lib
Christian Pauly e13b00d127 refactor: Make RoomUpdate class null safe by removing it
RoomUpdate came from a time where we had no data model for
SyncUpdates but now we have and therefore this class is just
code duplication. This removes the class
and uses the SyncRoomUpdate class from
the package matrix_api_lite instead.
It needed a lot of refactoring at some places
where I also have removed some unnecessary null or type checks.
2021-09-08 12:31:55 +00:00
..
encryption fix: Check if database got disposed in keyManager 2021-09-03 15:05:34 +02:00
src refactor: Make RoomUpdate class null safe by removing it 2021-09-08 12:31:55 +00:00
encryption.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
matrix.dart refactor: Make RoomUpdate class null safe by removing it 2021-09-08 12:31:55 +00:00