upgrade deps and fix some lints

This commit is contained in:
Fabian Freund
2025-02-07 21:42:58 +01:00
parent a12ef8244f
commit fe4baa58f5
24 changed files with 47 additions and 36 deletions
@@ -10,6 +10,7 @@ class OverlayDialogController extends _$OverlayDialogController {
return null;
}
// ignore: use_setters_to_change_properties
void show(Widget dialog) {
state = dialog;
}