To install Flutter on MacOS, you will have to follow the following steps −Step 1 − Go to URL, https://flutter.dev/docs/get-started/install/macos and download latest Flutter SDK. As of April 2019, the version is 1.2.1 and the file is flutter_macos_v1.2.1- stable.zip.Step 2 − Unzip the zip archive ...
Read More