/shopx

Primary LanguageDartMIT LicenseMIT

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