fluffychat/lib
gilice e1ec87d3aa fix: fix compile error related to MxcImage
We ran into this error after updating Flutter from 3.27 to 3.32:
```
lib/widgets/mxc_image.dart:119:16: Error: The getter '_' isn't defined for the class '_MxcImageState'.
     - '_MxcImageState' is from 'package:fluffychat/widgets/mxc_image.dart' ('lib/widgets/mxc_image.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named '_'.
          _tryLoad(_);
```

This patch fixes that error.
2025-06-17 07:43:51 +02:00
..
config refactor: Nicer popupmenus 2025-06-16 18:21:10 +02:00
l10n refactor: New message context menu 2025-06-16 18:11:49 +02:00
pages refactor: Nicer popupmenus 2025-06-16 18:21:10 +02:00
utils refactor: New message context menu 2025-06-16 18:11:49 +02:00
widgets fix: fix compile error related to MxcImage 2025-06-17 07:43:51 +02:00
main.dart build: Follow up vodozemac web 2025-06-09 08:37:08 +02:00