step 6 : slicing vektor atas home screen

This commit is contained in:
sindhu
2025-02-15 13:43:37 +07:00
parent fe3bbdc10e
commit c3d906653a
3 changed files with 117 additions and 9 deletions

View File

@@ -32,7 +32,8 @@ class MyApp extends StatelessWidget {
),
debugShowCheckedModeBanner: false,
// initialRoute: splashRoute,
initialRoute: loginRoute,
// initialRoute: loginRoute,
initialRoute: homeRoute,
onGenerateRoute: AppRoute.generateRoute,
);
}