iampawan / 30DaysOfFlutter

Learn Flutter in 30 Days
410 stars 324 forks source link

items are not removing from cart #41

Open gagan8161 opened 1 year ago

gagan8161 commented 1 year ago

onPressed: () { _cart.remove(_cart.items[index]) ; setState() {} ; }, g a // this code is being applied but not removing the items from cart