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
@@ -15,6 +15,7 @@ class BottomSheetController extends _$BottomSheetController {
return ref.watch(createTabStreamProvider).valueOrNull;
}
// ignore: use_setters_to_change_properties
void show(Sheet sheet) {
state = sheet;
}