simulacion de estados y flujo de notificacion, modificacion de estilos en todas las vistas

This commit is contained in:
shinra32
2026-05-23 07:08:49 -06:00
parent ca076607c7
commit 92f570294a
43 changed files with 4335 additions and 2035 deletions

View File

@@ -23,9 +23,9 @@ class VideoMascot extends StatelessWidget {
'assets/animations/blink_saludo.gif',
fit: BoxFit.cover,
errorBuilder: (context, error, stackTrace) {
// Plan B: si el archivo no existe o hay error, mostramos la huellita
// Plan B: si el archivo no existe o hay error, mostramos el bote
return const Center(
child: Icon(Icons.pets, color: Colors.white, size: 48),
child: Icon(Icons.delete_outline, color: Colors.white, size: 48),
);
},
),