Added locate device screen, state and endpoints

This commit is contained in:
2026-02-12 15:48:11 +01:00
parent f8ff70c35d
commit a53cfb24ea
25 changed files with 1295 additions and 32 deletions

View File

@@ -62,6 +62,11 @@ void configureAppRouter() {
name: 'remote_connection',
pageBuilder: RemoteConnectionBuilder().buildPage,
),
GoRoute(
path: AppRoutes.locateDevice,
name: 'locate_device',
pageBuilder: LocateDeviceBuilder().buildPage,
),
GoRoute(
path: AppRoutes.login,