theme work

This commit is contained in:
Christien Rioux 2023-08-17 18:10:24 -04:00
parent e76e3cf0ba
commit 411705283d
17 changed files with 373 additions and 87 deletions

View file

@ -17,7 +17,7 @@ GoRouter router(RouterRef ref) {
navigatorKey: _key,
refreshListenable: notifier,
debugLogDiagnostics: true,
initialLocation: IndexPage.path,
initialLocation: '/',
routes: notifier.routes,
redirect: notifier.redirect,
);