add cart
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user