Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 556 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 556 Bytes

Flutter Shopping Cart

A Shopping Cart (Ecommerce) using Flutter scoped_model

Dependencies

scoped_model: ^1.0.1

Flutter Shopping Cart Features

  • 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

Screenshots