aliasar1 / Shopping-Store-App

This is a Flutter-based mobile app that helps buyers and sellers by allowing buyers to create multiple orders and view their history, while sellers can add, edit, and delete products to be sold.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopping Store App 👜

Overview

This application in build with flutter. The application is developed in order to help buyers and sellers. Buyers can add multiple orders and also check the history of orders where as sellers can sell their products by adding, editing and deleting them to application. User can also delete the order if they want. Amount will be calculated on the basis of items placed in cart.

Features

  1. Adding Product
  2. Updating Product
  3. Delete Product
  4. Add to Cart
  5. Delete from Cart
  6. Add Order
  7. Compute Payment
  8. Check Orders History
  9. Add Favorites

Screenshots

Main Page

image

Drawer

image

Favourite

image image

Adding items to cart

image

Cart Screen

image

Removing item from cart

image image

Orders History Screen

image

Manage Products (Add, Update, Delete)

image image image

To use this app follow below instructions:

  1. Clone this app using below syntax:

    git clone https://github.com/aliasar1/Shopping-Store-App.git

  2. After cloning install packages using below syntax:

    flutter pub get

Above command will install all the necessary packages.

  1. Run the app on your mobile emulator using below command:

    flutter run

Thank you. Happy Coding! 😃

About

This is a Flutter-based mobile app that helps buyers and sellers by allowing buyers to create multiple orders and view their history, while sellers can add, edit, and delete products to be sold.


Languages

Language:Dart 94.5%Language:HTML 4.2%Language:Swift 0.9%Language:Kotlin 0.3%Language:Objective-C 0.1%