Skip to content
forked from Ali-Amin/shopx

E-Commerce Flutter App Using Firebase and MobX State Management

License

Notifications You must be signed in to change notification settings

icodeerror/shopx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShopX

E-Commerce Flutter App Using Firebase and MobX State Management

UI by Soumitro_Sobuj

Download apk

alt text alt text

Features

  • Fetch product data from Firebase Cloud Firestore
  • View product information
  • Use MobX only for state management
  • Cache images
  • Find a more appropriate font
  • Cart
  • Checkout
  • Comments
  • Ratings
  • Favourites
  • Profile

Firestore structure

Collections

Categories

uid: String
name: String

CAT

Products

backgroundColor: String
category: String
description: String
name: String
photos: String[]
price: number
uid: string

PROD

Issues

  • Bottom Navigation Bar has blue background, should be transparent
  • AppBar should fade out intro the screen instead of cutting it off

About

E-Commerce Flutter App Using Firebase and MobX State Management

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 92.8%
  • Ruby 4.9%
  • Objective-C 1.5%
  • Java 0.8%