Make sure you set the path of the flutter/bin location under the environment variable (This PC -> right click to properties -> A dvanced system settings -> Environment variables) in the variable called as Path. If there are no variable named as Path then create one and set the flutter/bin path.
Read moreHow do I install Catalina flutter on Mac?
Install the Flutter SDK
Read moreHow do I get my Flutter app apk?
Follow these steps to install the APK on a connected Android device.
Read moreWhere do I install flutters?
Open Android Studio. Click File → Settings → Plugins . Select the Flutter plugin and click Install. Click Yes when prompted to install the Dart plugin.
Read moreDoes flutter work on Mac?
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 moreIs it necessary to install Xcode for flutter?
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 more