matrix-dart-sdk/lib
Krille 49e6d55d32
refactor: Move file storage to mixin to not import dart:io
Original issue and former solution by
The one with the braid <info@braid.business>
Special thanks for pointing out the problem.

This fixes that dart:io is imported into the
SDK database by moving it into it's own mixin which
makes it reusable and platform independent by
using conditional imports.
2024-04-12 08:51:48 +02:00
..
encryption fix: Typo in upload key json object creates invalid objects 2024-03-21 08:22:15 +01:00
matrix_api_lite chore: add api lite readme 2024-03-25 17:46:59 +05:30
msc_extensions feat: add sendAudioEvent and isVoiceMessage method to msc extensions 2024-04-11 14:12:54 +05:30
src refactor: Move file storage to mixin to not import dart:io 2024-04-12 08:51:48 +02:00
encryption.dart refactor: nullsafe encryption 2021-09-30 12:58:37 +00:00
fake_matrix_api.dart chore: merge api_lite and dart sdk 2024-03-25 17:22:05 +05:30
matrix.dart chore: merge api_lite and dart sdk 2024-03-25 17:22:05 +05:30
matrix_api_lite.dart chore: merge api_lite and dart sdk 2024-03-25 17:22:05 +05:30