Vendease Sample App
Demo | Cart (static data) | Products |
---|---|---|
- State management: Bloc
- Flutter Screen Util (to scale font & widget sizes)
- Fonts (Gilroy and Lato)
- Image Cache
- Products
- Fetch products from API endpoint (upstream)
- Categorize products into sub categories
- Cart
- Add product to cart
- Increment product order quantity
- Decrement product order quantity
- Delete prouduct from cart
- Cart total item
- Cart total price