Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 2.44 KB

README.md

File metadata and controls

43 lines (35 loc) · 2.44 KB

ORION

Open Source Love GitHub last commit

This repository contains the Flutter UI Designs for an E-Commerce App.

Screenshots

Splash Screen Registration Page SignUp Page
Login Page Home Page Search Page
Shopping Cart Page Profile Page Wishlist Page
Purchase History Page Settings Page Product Page

Directory Structure

lib
│─── main.dart    
│─── splash_screen.dart
│─── registration_page.dart   
|      │── login.dart
|      └── signup.dart    
│─── nav_bar.dart
│─── home_page.dart    
│─── search_page.dart
|      └── product_screen.dart.dart
│─── shopping_cart.dart
└─── profile_page.dart
       │── wishlist.dart
       │── purchase_history.dart
       │── settings.dart
       └── about.dart