Issue when adding cart items to cart List in provider – Flutter
I'm using provider to add items to my cart, but when I add items to the cart and print the cart List, it appears as the following Here is my function class CartList extends ChangeNotifier { Map<String, CartModel> _cart =…