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
@@ -48,7 +48,7 @@ abstract class _$ProxyInputConsumer extends $Notifier<void> {
void build();
@$mustCallSuper
@override
void runBuild() {
WhenComplete runBuild() {
final ref = this.ref as $Ref<void, void>;
final element =
ref.element
@@ -58,6 +58,6 @@ abstract class _$ProxyInputConsumer extends $Notifier<void> {
Object?,
Object?
>;
element.handleCreate(ref, build);
return element.handleCreate(ref, build);
}
}
@@ -71,7 +71,7 @@ abstract class _$ProxyLatencyResults
Map<ProxyConnectionId, AsyncValue<ProxyLatencyData>> build();
@$mustCallSuper
@override
void runBuild() {
WhenComplete runBuild() {
final ref =
this.ref
as $Ref<
@@ -89,6 +89,6 @@ abstract class _$ProxyLatencyResults
Object?,
Object?
>;
element.handleCreate(ref, build);
return element.handleCreate(ref, build);
}
}
@@ -101,7 +101,7 @@ abstract class _$SingboxProxyEndpointSync extends $Notifier<void> {
void build();
@$mustCallSuper
@override
void runBuild() {
WhenComplete runBuild() {
final ref = this.ref as $Ref<void, void>;
final element =
ref.element
@@ -111,6 +111,6 @@ abstract class _$SingboxProxyEndpointSync extends $Notifier<void> {
Object?,
Object?
>;
element.handleCreate(ref, build);
return element.handleCreate(ref, build);
}
}