/Pickup-NUS

Orbital 2022

Primary LanguageDart

pickup@NUS

An Android application done by Team Oreo: Lee Jun Hao Bryan and Thomas Joseph Lee Alba For Project Orbital 2022 (CP2106) Level of Achievement: Gemini

Latest README: https://bit.ly/pickupNUSreadme

5282

About the project

pickup@NUS is an mobile (Android) application for ordering and paying for food from NUS stalls, which then can be self-picked up by the buyers at the stalls

Installation

  1. Downloading APK file

    1. Using your android phone/emulator, download the APK file
    2. Open the APK file to download the application
    3. Should it not download, go to your system settings and allow applications from unknown sources
  2. Running through Flutter (VSCode/Android Studio)

    1. Clone the repo
git clone repo https://github.com/bljhty/Pickup-NUS.git
  1. Get the dependencies for the application
flutter pub get
  1. Via the device manager, start an emulator running Android
  2. Run the application on the emulator on VSCode/Android Studio
flutter run