quitar el splash

This commit is contained in:
Felipe
2023-07-24 14:17:09 -05:00
parent 10f93e495a
commit 0f74d616f7
+1 -1
View File
@@ -86,7 +86,7 @@ class MyApp extends StatelessWidget {
theme: ThemeData(fontFamily: 'Poppins'),
debugShowCheckedModeBanner: false,
title: 'ProsApp',
initialRoute: '/splash',
initialRoute: '/',
routes: {
'/splash': (context) => const SplashScreen(),
'/': (context) => const LoginScreen(),