how-to-build-a-flutter-app-on-xcode-cloud
Installation
SKILL.md
How to build a Flutter app on Xcode Cloud
In this article we are going to go over how to setup Xcode Cloud to build your Flutter application for TestFlight and the AppStore.
Step 1
Before we begin Flutter needs to be installed, and you can check by running the following:
flutter doctor -v
After it is installed we can run the following command to create and open our Flutter project (skip down to step 2 if adding to an existing app).