The AikeenPark app aims to provide Singaporeans greater flexibility in planning their destinations, by providing live parking availability data and routing from current location to selected carpark.
-
Download the .apk file which can be found in Releases of this repository.
-
Launch Android Studio and launch your desired emulator
-
Drag and drop the file into the emulator and wait for the app to be installed.
-
Navigate to the app in your emulator and click on it to launch the app.
To test the app, you will need to have the Flutter SDK, an Android Virtual Device (AVD) and Android Studio installed on your machine.
Follow the instructions at https://docs.flutter.dev/get-started/install, https://developer.android.com/studio and https://developer.android.com/studio/run/managing-avds to get it set up.
-
Clone the repo
git clone https://[email protected]:maxangyuejun/AikeenPark.git
-
In your chosen IDE, get all the dependencies using
flutter pub get
in the terminal in your IDE -
Start your preferred AVD on your machine through Android Emulator. Set the current location on the AVD to somewhere within Singapore.
-
Run the app using
flutter run
in the terminal in your IDE