Skip to content

Latest commit

 

History

History
67 lines (36 loc) · 2.17 KB

README.md

File metadata and controls

67 lines (36 loc) · 2.17 KB

Ecom

An E-commerce Flutter project.

Getting Started

I created this e-commerce appliacation using the bloc as the state management package.The database backend is connected with the cloud firestore.I have also enabled the firebase authentication for the login and signup.The payment method i integrate is the google pay. For wishlist,I have used the local storage with the help of hive package.

Splash Screen ->

splash_Screen!

Start Screen ->

start_screen!

Home Screen ->

home_screen!

Category Screen ->

category_screen!

Wishlist Screen ->

wishlist_screen!

Cart Screen ->

cart_Screen!

Checkout and Payment Screen ->

checkout_screen!

Order Confirmation Screen ->

confirmation_Screen!