matrix-dart-sdk/lib
Krille 86038f8c94
refactor: Use .toSet() instead of Set.from()
When using Set.from() then
it becomes a Set of
dynamics which disables the
Type checking.
By just changing this to
.toSet() it keeps the type.
2025-02-04 09:40:18 +01:00
..
encryption refactor: Use .toSet() instead of Set.from() 2025-02-04 09:40:18 +01:00
matrix_api_lite chore: (BREAKING CHANGE) spec v1.13 autogen 2025-01-13 09:26:59 +01:00
msc_extensions refactor: Fix new lints from flutter 3.27 2024-12-15 12:21:26 +01:00
src fix: PushNotification fromJson - toJson fails 2025-02-04 09:23:31 +01:00
encryption.dart chore: Upgrade dependencies 2024-10-21 13:04:47 +02:00
fake_matrix_api.dart refactor: Remove BasicRoomEvent type 2025-01-09 11:05:01 +01:00
matrix.dart refactor: (BREAKING) Remove deprecated Hive Database 2024-12-31 09:00:47 +01:00
matrix_api_lite.dart refactor: Remove BasicRoomEvent type 2025-01-09 11:05:01 +01:00