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
com.bringo.seller (you'll change this)seller_orders, seller_generalSetup roadmap
- Rebranding — package name, app name, icon, splash.
- API URL Setup — point at your server.
- Firebase & Push — your Firebase config & notifications.
- Build Android — keystore + signed AAB. Fix before release
- 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.