upgrade deps

This commit is contained in:
Fabian Freund
2026-06-12 05:58:11 +02:00
parent c5909d4433
commit 2d13c1b065
145 changed files with 355 additions and 419 deletions
@@ -47,7 +47,7 @@ abstract class _$TabStates extends $Notifier<Map<String, TabState>> {
Map<String, TabState> build();
@$mustCallSuper
@override
void runBuild() {
WhenComplete runBuild() {
final ref = this.ref as $Ref<Map<String, TabState>, Map<String, TabState>>;
final element =
ref.element
@@ -57,7 +57,7 @@ abstract class _$TabStates extends $Notifier<Map<String, TabState>> {
Object?,
Object?
>;
element.handleCreate(ref, build);
return element.handleCreate(ref, build);
}
}