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'), theme: ThemeData(fontFamily: 'Poppins'),
debugShowCheckedModeBanner: false, debugShowCheckedModeBanner: false,
title: 'ProsApp', title: 'ProsApp',
initialRoute: '/splash', initialRoute: '/',
routes: { routes: {
'/splash': (context) => const SplashScreen(), '/splash': (context) => const SplashScreen(),
'/': (context) => const LoginScreen(), '/': (context) => const LoginScreen(),