matrix-dart-sdk/lib
Christian Pauly 209035ffbd refactor: Use official Dart isolates
The isolates package is discontinued and not compatible
with the newest Dart version.
dart:isolate is not an option because importing this
library makes it impossible to run the matrix
SDK on dart web native. It just won't
build. So we now just depend on
that the flutter app pass through the compute method.
2021-07-21 12:34:43 +02:00
..
encryption refactor: Use official Dart isolates 2021-07-21 12:34:43 +02:00
src refactor: Use official Dart isolates 2021-07-21 12:34:43 +02:00
encryption.dart docs: Clean up dart documentations 2021-03-16 12:32:21 +00:00
matrix.dart feat: Add general image pack handling as per MSC2545 2021-07-18 18:46:32 +02:00