- Download the [`Flutter SDK`](https://docs.flutter.dev/get-started/install) build for your operating system.
# Getting SDK Path
- Once Flutter is downloaded, create a new folder in your home directory called `Developer`. Inside the `Developer` folder, create a new folder called `sdk`. The new path should be `/Users/<YourUsernameHere>/Developer/sdk`.
- Extract the Flutter zip and move the `flutter` folder into your new `sdk` folder.
- Open the `flutter` folder and copy the path to the `bin` folder. This path should be `/Users/<YourUsernameHere>/Developer/sdk/flutter/bin`.
...
...
@@ -32,4 +35,4 @@ _**You now have Flutter installed, congrats!**_
# What Should I Do Next?
- Next you should run the `flutter doctor -v` command and see what needs to be done to complete set up.
- Next you should run the `flutter doctor -v` command and see what needs to be done to complete set up.