upgrade flutter

This commit is contained in:
Fabian Freund
2026-05-24 14:59:09 +02:00
parent 46a3b250c2
commit f3d1fb604d
47 changed files with 2882 additions and 4111 deletions
@@ -37,7 +37,7 @@ Future<bool> ensureProxyStartedForContainer(
BuildContext context,
WidgetRef ref,
ContainerData container,
) async {
) {
return ensureProxyStartedForConnection(
context,
ref,
@@ -117,6 +117,9 @@ Future<bool> _maybeStartSingboxProxy(
ref,
proxyConnectionId,
);
if (!context.mounted) return false;
final shouldStart = await showDialog<bool>(
context: context,
builder: (context) => AlertDialog(