fixed issue add to cart

This commit is contained in:
2025-02-22 18:59:37 +05:30
parent 2c3e7e2992
commit 27c3a14646
17 changed files with 412 additions and 279 deletions

View File

@@ -299,7 +299,16 @@ class _BestDealScreenState extends State<BestDealScreen> {
return InkWell(
onTap: () {
context.push(MyRoutes.PRODUCTDETAILS,
extra: bestdealproduct.id);
extra: {
"id": bestdealproduct.id,
"quantity": 0,
"price": '0',
},
);
},
child: Container(
decoration: BoxDecoration(