Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/hupptechnologies/shopping-app-with-cart-flutter-demo

Shopping cart: uses SQLite for storage & Getx State management
https://github.com/hupptechnologies/shopping-app-with-cart-flutter-demo

dartlang flutter flutter-shopping getx localstorage path-provider shopping sqlite

Last synced: 3 months ago
JSON representation

Shopping cart: uses SQLite for storage & Getx State management

Lists

README

        

# Flutter - Shopping-App
###### Design courtesy : https://dribbble.com/shots/3071109-Converse-Product-page-with-Add-to-cart-concept

### Features
- Add to favourite
- Add to cart
- Remove from cart
- WANT TO SEE NEW FEATURES ? CREATE AN ISSUE WITH LABEL "FEATURE" TAG ON IT AND WE'LL WORK ON IT IN OUR NEXT CODING SPRINT ON THIS PROJECT !!
### Plugin
1. Get : https://pub.dartlang.org/packages/get
3. Sqflite : https://pub.dartlang.org/packages/sqflite
5. Shared preference : https://pub.dev/packages/shared_preferences

### Widgets
1. ListView
2. GridView
3. BoxDecoration - For box-shadow & rounded Image

### Screen-shot

![Alt text](./images/HomeScreen.png?raw=true "Home Screen")
![Alt text](./images/ProductDetails1.png?raw=true "Product Details")
![Alt text](./images/ProductDetails2.png?raw=true "Product Details")
![Alt text](./images/CartList.png?raw=true "Product Details")

You can download apk file from [here](./app-release.apk)

Video Demo : https://youtu.be/15-S9ob0OgQ

created by : [email protected]

https://blog.hupp.tech/flutter-e-commerce-app/