Skip to content

Functional Amazon Clone with the cross-platform framework, Flutter, with the backend as Firebase.

Notifications You must be signed in to change notification settings

Farizaaaa/flutter_amazon_clone

Repository files navigation

amazon_clone

In this repository contains functional Amazon Clone with the cross-platform framework, Flutter, with the backend as Firebase. With Authentication, Database Integration, State Management, Firebase Storage, Firebase Firestore, and much more!

Roles and Interactions Flowchart

This flowchart demonstrates the key roles (User, Seller, and Admin) and their interactions within platform.

graph TD
    User[User] -->|Browse Products| Seller[Seller]
    User -->|Add to Cart| Seller
    User -->|Place Order| Admin[Admin]
    Seller -->|List Products| Admin
    Seller -->|Manage Inventory| Admin
    Admin -->|Manage Orders| User
    

Loading

Screenshots

Sign-In Screen Sign-Up Screen
image image
Home Screen Home Screen
image image
Account Screen Sell Screen
image image
Cart Screen More Screen
image image
Product Screen Review Add
image image
Search Screen
image