Find events that are happening around you in Singapore! Be amazed by what you've yet to explore around the city. This repository holds the source code to this Flutter mobile application.
Ensure that you have Flutter installed on your machine, and have an least one virtual device to run the application on. Run the following commands in the terminal to get the application up and running.
git clone https://github.com/joshenlim/fyvent.git
cd fyvent
flutter packages get
flutter run
Do download the required resources below if you have if they aren't installed on your local machine yet:
You may follow the following command to run the unit tests within the repository
flutter test test/test_name.dart