added remote_connection screens and state

This commit is contained in:
2026-02-10 17:33:18 +01:00
parent da90ed94ea
commit 46b7ba4a1d
27 changed files with 1058 additions and 33 deletions

View File

@@ -57,6 +57,11 @@ void configureAppRouter() {
name: 'contacts',
pageBuilder: ContactsBuilder().buildPage,
),
GoRoute(
path: AppRoutes.remoteConnection,
name: 'remote_connection',
pageBuilder: RemoteConnectionBuilder().buildPage,
),
GoRoute(
path: AppRoutes.login,