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
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
-
Downloading APK file
- Using your android phone/emulator, download the APK file
- Open the APK file to download the application
- Should it not download, go to your system settings and allow applications from unknown sources
-
Running through Flutter (VSCode/Android Studio)
- Clone the repo
git clone repo https://github.com/bljhty/Pickup-NUS.git
- Get the dependencies for the application
flutter pub get
- Via the device manager, start an emulator running Android
- Run the application on the emulator on VSCode/Android Studio
flutter run