Building iOS and Android Apps for Flutter

I"m trying to figure out the best way to build an ios and android app using flutter and fastlane.

What noticed I have to do is:
Use a mac box
Install all the Android SDKs
Install all the Flutter/Dart SDKs
Install all the iOS/Flutter SDKs needed
Install all the gems needed (Fastlane)
Then I can use fastlane and flutter to build my ipa and apk.

Since I need the macOS box it looks like I can’t run docker images, or even separate the jobs (since it’s running VMware ESXi).

Is there a better way to do this for Flutter?

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.