matrix-dart-sdk/lib/encryption
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
..
utils refactor: Fix new lints from flutter 3.27 2024-12-15 12:21:26 +01:00
cross_signing.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
encryption.dart refactor: Use Event instead of EventUpdate for storing in db 2025-01-07 14:56:04 +01:00
key_manager.dart refactor: Use .toSet() instead of Set.from() 2025-02-04 09:40:18 +01:00
key_verification_manager.dart refactor: Do not use eventupdate type for verification requests 2025-01-07 12:36:49 +01:00
olm_manager.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
ssss.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00