Skip to content

codesundar/flutter-shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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