iOS check in widget

This commit is contained in:
2026-01-03 18:50:54 +08:00
parent 35a9c9ff4b
commit 978b7b32fd
18 changed files with 1142 additions and 54 deletions

View File

@@ -272,7 +272,7 @@ class AppWrapper extends HookConsumerWidget {
final router = ref.read(routerProvider);
if (uri.queryParameters.isNotEmpty) {
path = Uri.parse(
path,
path == '/dashboard' ? '/' : path,
).replace(queryParameters: uri.queryParameters).toString();
}
router.push(path);