bug fix
This commit is contained in:
@@ -79,7 +79,7 @@ class _MyAppState extends State<MyApp> {
|
|||||||
themeMode: ThemeMode.light, // Force light mode regardless of OS setting
|
themeMode: ThemeMode.light, // Force light mode regardless of OS setting
|
||||||
debugShowCheckedModeBanner: false,
|
debugShowCheckedModeBanner: false,
|
||||||
routerConfig: GoRouter(
|
routerConfig: GoRouter(
|
||||||
initialLocation: '/receipt',
|
initialLocation: '/',
|
||||||
routes: [
|
routes: [
|
||||||
ShellRoute(
|
ShellRoute(
|
||||||
builder: (context, state, child) {
|
builder: (context, state, child) {
|
||||||
|
|||||||
Reference in New Issue
Block a user