Funcionalidades implementadas:
This commit is contained in:
@@ -19,6 +19,8 @@ import 'screens/login_screen.dart';
|
||||
import 'screens/home_screen.dart';
|
||||
import 'screens/route_list_screen.dart';
|
||||
import 'firebase_options.dart'; // Opcional si usas FlutterFire CLI para generar opciones
|
||||
import 'screens/info_screen.dart';
|
||||
|
||||
// ----------------------------------------------------------------
|
||||
// HANDLER DE MENSAJES EN BACKGROUND
|
||||
//
|
||||
@@ -97,6 +99,7 @@ class ResiduosApp extends StatelessWidget {
|
||||
'/': (context) => const LoginScreen(),
|
||||
'/home': (context) => const HomeScreen(),
|
||||
'/routes': (context) => const RouteListScreen(),
|
||||
'/info': (context) => const InfoScreen(),
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user