Solution that worked for me:
Read moreCan I use Flutter on Mac without Xcode?
To develop Flutter apps for iOS, you need a Mac with Xcode installed .
Read moreIs Android Studio mandatory for Flutter?
You don’t specifically need Android Studio , all you need is the Android SDK, download it and set the environment variable to the SDK path for the flutter installation to recognise that.
Read moreHow can I install flutter in Windows 10?
Click File → Settings → Plugins. Select the Flutter plugin and click Install. Click Yes when prompted to install the Dart plugin. Restart Android studio .
Read moreCan I install flutter without Android Studio?
That’s why I found the solution of running flutter without installing Android studio, just do the following steps. So we keep everything in a single directory. Choose your directory where you want to install flutter. I am choosing my C drive .
Read more