zubbyy / SushiRoom-App

L'app der sdusih

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SushiRoom

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.

Screenshots

Images

Features

  • βœ… 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+)

Building from source

Setting up firebase

  1. Create a new firebase project (ignoring Android and iOS configuration)
  2. Enable Anonymous authentication
  3. Enable Firestore and setup rules for anonymous users
  4. Install and config flutterfire

Building

Android

flutter build apk

Yeah flutter pub get isn't really necessary, since it gets executed by flutter build apk anyway.

iOS

  1. Connect your iPhone to your Mac
  2. Open xcode and add a team account
  3. Connect your iPhone to your Mac
  4. 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.

Installing

Soon we will add releases.

About

L'app der sdusih

License:GNU General Public License v3.0


Languages

Language:Dart 96.5%Language:Ruby 2.4%Language:Swift 0.9%Language:Kotlin 0.2%Language:Objective-C 0.1%