Skip to content

Build & Run

Chris edited this page Mar 8, 2021 · 7 revisions

Android

Install flutter, verifying it's been installed correctly with flutter doctor, and run flutter run in the project root directory with an Android emulator or Android device connected to the system. For a physical device, you must allow the USB debugging.

iOS

Once you have downloaded Flutter and connected an iPhone to your system, open this repo in VS Code or another IDE. In the terminal, run the command flutter run --release.

If the command is not recognised, export the path to Flutter on your system and try again. You can export the flutter path using a command like this: export PATH=~/Downloads/flutter/bin:$PATH but you should replace Downloads with the path to the directory that flutter is in on your system.

Clone this wiki locally