🛒 Bringo

Seller App

Seller App — Overview

The Seller app is for your vendors/sellers to run their store from a phone: products, inventory, orders, a built-in POS, staff, reports and wallet.

Quick facts

Framework
Flutter (Dart 3.11+)
Default Android ID
com.bringo.seller (you'll change this)
iOS bundle
Not set — the iOS project needs regenerating (see Build iOS)
Sign-in
Email / mobile + password, with optional biometric app lock
Maps
Not used
Push channels
seller_orders, seller_general

Setup roadmap

  1. Rebranding — package name, app name, icon, splash.
  2. API URL Setup — point at your server.
  3. Firebase & Push — your Firebase config & notifications.
  4. Build Android — keystore + signed AAB. Fix before release
  5. Build iOS — set your bundle id and signing team in Xcode.
🛠️
Before release: release signing is wired up but needs your own keystore (Build Android), and the iOS project ships with the placeholder bundle id com.bringo.seller which you replace in Xcode (Build iOS).

First, get it running (Android)

cd seller_app
flutter pub get
flutter run
👉
Next: Rebranding. For seller-facing features see Features.