matrix-dart-sdk/lib/encryption/utils
Christian Pauly 69b52ba85b refactor: Move pedantic to dev_dependencies
The unawaited method from the pedantic package was a historic solution
for the case that you dont want to await a future in an async function.
But now we can do this with just a comment which
is the recommended way to do this now.
This makes it possible to have pedantic as a dev_dependency which means just one dependency less.
2021-06-18 10:15:59 +02:00
..
bootstrap.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
json_signature_check_extension.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
key_verification.dart refactor: Move pedantic to dev_dependencies 2021-06-18 10:15:59 +02:00
olm_session.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
outbound_group_session.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
session_key.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
ssss_cache.dart refactor: Create a clean database API 2021-05-20 07:36:03 +00:00
stored_inbound_group_session.dart feat: Add toJson method for StoredInboundGroupSession 2021-06-01 12:51:17 +02:00