chore: eliminar tarjeta de agregar direcciones en la pantalla de inicio
This commit is contained in:
@@ -262,21 +262,6 @@ class _HomeScreenPlaceholderState extends State<HomeScreenPlaceholder> {
|
|||||||
),
|
),
|
||||||
const SizedBox(height: 16),
|
const SizedBox(height: 16),
|
||||||
|
|
||||||
Card(
|
|
||||||
shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(16)),
|
|
||||||
child: ListTile(
|
|
||||||
leading: const CircleAvatar(
|
|
||||||
backgroundColor: Color(0xFFE8F5E9),
|
|
||||||
child: Icon(Icons.add_location_alt, color: Color(0xFF2E7D32)),
|
|
||||||
),
|
|
||||||
title: const Text('Agregar direcciones'),
|
|
||||||
subtitle: const Text('Abre el panel para registrar tus domicilios y vincularlos a tu colonia.'),
|
|
||||||
trailing: const Icon(Icons.chevron_right),
|
|
||||||
onTap: () => context.go(AppRoutes.addresses),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
const SizedBox(height: 16),
|
|
||||||
|
|
||||||
// --- 2. RELOJ DE TIEMPO ESTIMADO INTERACTIVO ---
|
// --- 2. RELOJ DE TIEMPO ESTIMADO INTERACTIVO ---
|
||||||
Card(
|
Card(
|
||||||
color: Colors.white,
|
color: Colors.white,
|
||||||
|
|||||||
Reference in New Issue
Block a user