matrix-dart-sdk/lib/src
Lanna Michalke 58f6cde0bf BREAKING CHANGE: high-level hadling of image sizes
- By using [package:image](https://pub.dev/packages/image), the
`MatrixImageFile` was given automatically generated width and heigth.
- Moreover, `MatrixImageFile` was given a factory to create the image
  file from a given maximal dimension.
- When sending images without explicitly providing a thumbnail, the
  thumbnail is automatically generated based on the provided image.
- The blur hash in generated automatically based on the provided image.

Fixes:
https://gitlab.com/famedly/company/frontend/famedly-web/-/issues/162, https://gitlab.com/famedly/fluffychat/-/issues/756

Signed-off-by: Lanna Michalke <l.michalke@famedly.com>
2022-01-19 13:10:17 +01:00
..
database refactor: Remove unnecessary type checks and imports 2021-12-23 11:46:45 +01:00
utils BREAKING CHANGE: high-level hadling of image sizes 2022-01-19 13:10:17 +01:00
client.dart fix: Remove sorts that shouldnt be required. 2022-01-15 21:54:13 +01:00
event.dart refactor: Remove unnecessary type checks and imports 2021-12-23 11:46:45 +01:00
event_status.dart refactor: Change event status to enum 2021-10-14 13:31:07 +00:00
room.dart BREAKING CHANGE: high-level hadling of image sizes 2022-01-19 13:10:17 +01:00
timeline.dart refactor: Remove unnecessary type checks and imports 2021-12-23 11:46:45 +01:00
user.dart refactor: Remove unnecessary type checks and imports 2021-12-23 11:46:45 +01:00
voip.dart fix: Fix turn credentials format issue for safari. 2022-01-14 20:56:51 +08:00
voip_content.dart refactor: remove redundant null checks 2021-10-28 14:32:09 +02:00