Skip to content

utkarsh0702/ORION

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9d3a87f · Sep 9, 2020

History

13 Commits
Sep 6, 2020
Sep 3, 2020
Sep 5, 2020
Sep 4, 2020
Sep 9, 2020
Sep 2, 2020
Sep 9, 2020
Sep 7, 2020
Sep 7, 2020
Sep 7, 2020
Sep 7, 2020
Sep 1, 2020
Sep 2, 2020
Sep 8, 2020
Sep 8, 2020

Repository files navigation

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