feat: add an invisible startup screen
This commit is contained in:
@@ -30,6 +30,10 @@ final routerProvider = Provider<GoRouter>((ref) {
|
||||
return null;
|
||||
},
|
||||
routes: [
|
||||
GoRoute(
|
||||
path: '/',
|
||||
builder: (context, state) => const StartupScreen(),
|
||||
),
|
||||
GoRoute(
|
||||
path: '/connect',
|
||||
builder: (context, state) => const ServerDiscoveryScreen(),
|
||||
|
||||
Reference in New Issue
Block a user