This commit is contained in:
Patrick Alvin Alcala 2025-02-03 15:52:50 +08:00
parent cf2ce36f87
commit 50d2cba7f2
9 changed files with 156 additions and 83 deletions

View file

@ -90,16 +90,9 @@ class MyApp extends StatelessWidget {
Widget build(BuildContext context) {
return MaterialApp.router(
debugShowCheckedModeBanner: false,
// initialRoute: '/',
// routes: {
// '/': (context) => const IndexPage(),
// '/login': (context) => const LoginPage(),
// },
// debugShowCheckedModeBanner: false,
// theme: ThemeData(
// colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
// useMaterial3: true,
// )
theme: ThemeData(
useMaterial3: true,
),
routerConfig: _router,
);
}