This commit is contained in:
Phuoc Nguyen
2025-10-24 15:41:20 +07:00
parent c225144ad3
commit eaaa9921f5
9 changed files with 1173 additions and 21 deletions

View File

@@ -137,7 +137,7 @@ class HomePage extends ConsumerWidget {
icon: Icons.shopping_cart,
label: 'Giỏ hàng',
badge: '3',
onTap: () => _showComingSoon(context, 'Giỏ hàng', l10n),
onTap: () => context.push('/cart'),
),
QuickAction(
icon: Icons.favorite,