Quick-Start on Flutter SDK — Part 1

Satish Kumar
1 min readJan 17, 2020

--

This story will help you in setting up Flutter SDK real quick on your mac with minimal steps

  • Ensure you have 3GB free disc space on you mac.
  • Ensure you have installed latest version of Android Studio & Xcode
  • Download Flutter SDK bundle. Unzip the folder and place it in your root or Documents folder as recommended by flutter.
  • Export Flutter tools globally on your mac via Terminal : export PATH="$PATH:[PATH_TO_FLUTTER_GIT_DIRECTORY]/flutter/bin"

Final check, in your terminal on the root path use following command flutter doctor

Vroommmm…!

P.S : Please go thru the Flutter official website for a detailed documentation on setup in case of any blockers.

--

--

Satish Kumar

I'm a polyglot developer who works on Frontend and Backend technologies