Flutter App Setup Guide

  1. Download Android Studioarrow-up-right.

    1. Once it is finished downloading, create an emulatorarrow-up-right if it wasn't automatically created.

  2. Once you have done both of these, follow this guidearrow-up-right to set up Flutter projects for Android Studio.

  3. Follow the steps in "Creating a project from existing source code"arrow-up-right, letting Project location be the location of the project you cloned in step 4.

  4. To run and debug the app check these stepsarrow-up-right. You can run the app directly on your computer using the Android emulator you created in step 1.1.

Last updated