Skip to content

Repository files navigation

Flutter & Firebase Shopping App

A shopping mobile app which is made with Flutter and Firebase technologies.

Screenshots

Firebase (Firestore) Structure

  • Users (Collection)
    • email (String)
    • name (String)
    • surname (String)
    • phoneNumber (String)
  • Vendors (Collection)
    • city (String)
    • contact (String)
    • email (String)
    • name (String)
  • Brands (Collection)
    • name (String)
    • website (String)
  • Cards (Collection)
    • name (String)
  • Products (Collection)
    • Assessments (Collection)
      • assessmentId (String)
      • score (Number)
      • userReference (Reference)
    • brandReference (Reference)
    • categoryIds (Array)
    • features (Map)
    • name (String)
    • vendors (Array)
      • cartDiscount (Number)
      • discount (Number)
      • price (Number)
      • vendorReference (Reference)
      • paymentOptions (Array)
        • cardReference (Reference)
        • installments (Array)
          • amount (Number)
          • month (Number)

Admin Panel

Flutter Firebase Shopping App Admin Panel repository.

Flutter and Dart Versions

Flutter 2.5.0 or greater

Dart between 2.14.0 or greater and less 3.0.0

About

A shopping mobile app which is made with Flutter and Firebase technologies.

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages