matrix-dart-sdk/lib/encryption
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
..
utils refactor: Move pedantic to dev_dependencies 2021-06-18 10:15:59 +02:00
cross_signing.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
encryption.dart refactor: Move pedantic to dev_dependencies 2021-06-18 10:15:59 +02:00
key_manager.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
key_verification_manager.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
olm_manager.dart refactor: Move pedantic to dev_dependencies 2021-06-18 10:15:59 +02:00
ssss.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00