

By far the easiest way to install Flutter is to install Android Studio first.TL:DR Thats it! Step by Step instructions to install Flutter 2.2 on macOS Big Sur 11.3.1 $ flutter config -android-sdk /replacethiswiththepathtoyour/Library/Android/sdk $ flutter config -android-studio-dir /Applications/Android\ Studio.app Resolve any issues Flutter Doctor reports.

$ unzip ~/Downloads/flutter_macos_2.2.0-stable.zip Use terminal to enter the commands to configure and run your first app.Android Studio Configure > SDK Manager will tell you where your sdk is installed.Make sure you have the SDK Command-line tools installed! This installs the latest Android SDK, Android SDK Command-line Tools, and Android SDK Build-Tools, which are required by Flutter when developing for Android. Start Android Studio, and go through the ‘Android Studio Setup Wizard’.I use a folder called 'Projects' in my home directory but you can choose whatever name makes sense for you. It assumes you already have Xcode installed and its command line toole. TL:DR- Getting this running took around a dozen commands, and a bit of default question answering in both Flutter and Android Studio, which you have to launch once it has been installed. Runnning a flutter 2.2 based 'Hello, world' app on macOS.įlutter 2.0 can now create macOS Big Sur desktop apps, This is the hello world example app. Installing Flutter 2.2 on macOS Big Sur 11.3.1
