Without xcode you will not be able to build a flutter app that runs on an iOS simulator or device as xcode is what builds for the iOS platform. You will be able to run it on an android emulator that you configure and launch from within Android Studio, and that will work regardless of if xcode is installed.
Read moreHow do I make flutters in Xcode?
In Xcode, open Runner. xcworkspace in your app’s ios folder.
Read moreCan I run Flutter on Xcode?
Flutter app can run in Xcode and not in Android Studio.
Read moreHow do you fix a flutter doctor?
2 Answers
Read moreWhat is flutter doctor do?
Flutter provides a tool, flutter doctor to check that all the requirement of flutter development is met . It is similar to the Windows counterpart. Step 5 − Install latest XCode, if reported by flutter doctor. Step 6 − Install latest Android SDK, if reported by flutter doctor.
Read moreWhere does Android Studio install flutter?
Install the Flutter and Dart Plugins – Android Studio
Read moreHow do I run a Flutter in IntelliJ?
Quick-start
Read more