update notificaciones

This commit is contained in:
Felipe
2023-08-22 17:08:56 -05:00
parent 0a84306afa
commit f50edff8c5
3 changed files with 25 additions and 2 deletions
+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(),