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.
- Adding Product
- Updating Product
- Delete Product
- Add to Cart
- Delete from Cart
- Add Order
- Compute Payment
- Check Orders History
- Add Favorites
-
Clone this app using below syntax:
git clone https://github.com/aliasar1/Shopping-Store-App.git
-
After cloning install packages using below syntax:
flutter pub get
Above command will install all the necessary packages.
- Run the app on your mobile emulator using below command:
flutter run