matrix-dart-sdk/lib/src
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
..
database chore: Rename to matrix 2021-06-18 09:58:25 +02:00
utils chore: Rename to matrix 2021-06-18 09:58:25 +02:00
client.dart refactor: Move pedantic to dev_dependencies 2021-06-18 10:15:59 +02:00
event.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
room.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
timeline.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
user.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00