You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
7 months ago
..
config refactor: Nicer popupmenus 7 months ago
l10n refactor: New message context menu 7 months ago
pages refactor: Nicer popupmenus 7 months ago
utils refactor: New message context menu 7 months ago
widgets fix: fix compile error related to MxcImage 7 months ago
main.dart build: Follow up vodozemac web 7 months ago