A Shopping Cart (Ecommerce) using Flutter scoped_model
scoped_model: ^1.0.1
- GridView.builder for displaying Products List
- ListView.builder for cart
- Add Product to Cart
- Remove Product from Cart
- Increase & Decrease Product Qty
- Remove Produt when Product Qty == 0
- Calculate Product Price (Qty * price)
- Calculate overall pricing