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
@@ -277,7 +277,7 @@ abstract class _$ProxyProfileDraft extends $Notifier<ProxyProfileDraftState> {
ProxyProfileDraftState build({String? profileId, ProxyProfileSeed? seed});
@$mustCallSuper
@override
void runBuild() {
WhenComplete runBuild() {
final ref =
this.ref as $Ref<ProxyProfileDraftState, ProxyProfileDraftState>;
final element =
@@ -288,7 +288,7 @@ abstract class _$ProxyProfileDraft extends $Notifier<ProxyProfileDraftState> {
Object?,
Object?
>;
element.handleCreate(
return element.handleCreate(
ref,
() => build(profileId: _$args.profileId, seed: _$args.seed),
);