macOS supports developing Flutter apps in iOS, Android, and the web . Complete at least one of the platform setup steps now, to be able to build and run your first Flutter app.
Read moreHow do you use flutter doctor?
Android setup
Read moreHow do you open the flutter doctor?
Open Android Studio. Click File → Settings → Plugins. Select the Flutter plugin and click Install .
Read moreHow do you fix could not find a Flutter SDK please ensure flutter is installed and in your path you may need to restart?
To resolve it, you can;
Read moreHow do I find my Flutter SDK location?
Your Flutter SDK path should be a_better_place/flutter . These would be used in tools such as VSCode or Android Studio. Check your echo $PATH to point to the correct folder. Use export PATH=”$PATH:$HOME/flutter/bin” or whatever you need (and you can also include this into your ~/.
Read moreHow do I choose my Flutter SDK path?
Your Flutter SDK path should be a_better_place/flutter . These would be used in tools such as VSCode or Android Studio.
Read more