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/widgets
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.
1 month ago
..
adaptive_dialogs fix: Keep state of text input dialogs 2 months ago
layouts build: Upgrade to flutter 3.22 2 months ago
app_lock.dart
avatar.dart Merge branch 'main' into fix-jagged-avatar-edges 3 months ago
blur_hash.dart
chat_settings_popup_menu.dart fix: App crash on page navigation with open popup menu 2 months ago
config_viewer.dart refactor: Formatting 4 months ago
error_widget.dart build: Update to flutter 3.27 7 months ago
fluffy_chat_app.dart build: Upgrade to flutter 3.22 2 months ago
future_loading_dialog.dart build: Upgrade to flutter 3.22 2 months ago
hover_builder.dart
local_notifications_extension.dart build: Upgrade to flutter 3.22 2 months ago
lock_screen.dart build: Upgrade to flutter 3.22 2 months ago
log_view.dart fix: App crash on page navigation with open popup menu 2 months ago
matrix.dart refactor: Follow up handle logout and login with new client 1 month ago
member_actions_popup_menu_button.dart refactor: Nicer popupmenus 1 month ago
mxc_image.dart fix: fix compile error related to MxcImage 1 month ago
mxc_image_viewer.dart build: Upgrade to flutter 3.22 2 months ago
navigation_rail.dart chore: make space nav bar narrower on mobile and ensure space nav bar matches user's theme 2 months ago
permission_slider_dialog.dart build: Upgrade to flutter 3.22 2 months ago
presence_builder.dart chore: Improve presence performance 8 months ago
qr_code_viewer.dart build: Upgrade to flutter 3.22 2 months ago
settings_switch_list_tile.dart
share_scaffold_dialog.dart build: Upgrade to flutter 3.22 2 months ago
theme_builder.dart build: Update to flutter 3.27 7 months ago
unread_rooms_badge.dart