SushiRoom is a simple app made for ordering sushi easier.
It takes your orders and then merge them into one order.
You can watch a very cool video demo here.
Download the android app or try the web app
(for some reasons while visiting the site on iOS, you might need to request desktop site)
- ✅ Works on iOS and Android
- 📍 Join room by scanning QR code, room code or by finding rooms nearby you
- 🔒 Protect room with password
- 🕒 Realtime updates
- ❓ You can see who ordered what
- 👥 You can have multiple user on a single device
- 🎨 Material You design (dynamic colors, themed icon on A12+)
- 🌐 Multi-language support
- 🔖 Menu view in-app
- Create a new firebase project (ignoring Android and iOS configuration)
- Enable Anonymous authentication
- Enable Firestore and setup rules for anonymous users
- Install and config flutterfire
flutter build apk
Yeah flutter pub get
isn't really necessary, since it gets executed by flutter build apk
anyway.
- Connect your iPhone to your Mac
- Open xcode and add a team account
- Connect your iPhone to your Mac
- Do some magic that will make app at least run (I'd write what to do, but it changes every time fr)
flutter run --release
By doing so you will have the app on your phone for free, without having to pay for an Apple Developer account, but it will only last for 7 days. You will have to repeat the process every 7 days.
flutter build web --release --web-renderer canvaskit --base-href /./