Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.53 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.53 KB

Flutter Shopping Application

A Flutter application with shopping-based management panel

In the application, users can buy/sale products after the authentication and authorization process. To buy, a customer adds items to his/her cart, pays online, and views his/her invoices. To sell a product, admin adds its title, image, price, and short description.


General Features

  • The project is cross-platform as i developed it using Flutter
  • The project works in browser and android mobile platform at the same time.
  • The app provides logins, authentication and database for users using Firebase services.

Login to the application according to the user role


gif1

product management page for admin and product purchase page for customer


gif2

Order tracking and control pages for admin and customer


gif3

My Account and My Profile pages for customers


gif4

Product add and update page managed by the admin and log-out process


gif5