android link call

This commit is contained in:
DASHU
2025-11-25 21:57:53 +08:00
parent 228a30e74c
commit e7f79c0f06
17 changed files with 308 additions and 23 deletions

View File

@@ -66,6 +66,8 @@ class _IndexRouter extends CustState<IndexRouter>
webProvider.checkAndOpenUrl(shortcutType);
});
}
appLinksService.listen();
}
@override
@@ -96,6 +98,7 @@ class _IndexRouter extends CustState<IndexRouter>
// });
// }
remoteSigningProvider.updateContext(context);
appLinksService.updateContext(context);
webProvider.checkBlank();
var _webProvider = Provider.of<WebProvider>(context);