Flutter App Setup Guide
Download Android Studio.
Once it is finished downloading, create an emulator if it wasn't automatically created.
Install Flutter.
Once you have done both of these, follow this guide to set up Flutter projects for Android Studio.
Clone our mobile app repository using git.
Follow the steps in "Creating a project from existing source code", letting Project location be the location of the project you cloned in step 4.
To run and debug the app check these steps. You can run the app directly on your computer using the Android emulator you created in step 1.1.
Last updated