Update Downloading Flutter and Adding it to Your Path authored by Andrew Januszko's avatar Andrew Januszko
# Downloading and Getting SDK Path
# Downloading Flutter
- 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`.
......
......