Skip to main content

Flutter SDK Not Available

Estimated reading: 1 minutes

Downloading the Flutter SDK

To get started with Flutter, you need to download the Flutter SDK and set up the SDK folder path for your future projects. There are several sources from where you can obtain the Flutter SDK:

  1. Clone from GitHub Repository: You can clone the Flutter SDK directly from the official GitHub repository. This allows you to have the latest version of the SDK and also gives you access to the Flutter source code for advanced customization.

  2. Download SDK Zip File: Alternatively, you can download the Flutter SDK as a zip file. After downloading, extract the contents of the zip file to a suitable location on your computer.

  3. Download Specific Version: If you prefer to use a specific version of the Flutter SDK, you can visit the Flutter website and download the desired version for your operating system (Mac, Windows, Linux). This option is useful if you need compatibility with older projects or want to avoid any potential issues with the latest version.

Set up the SDK Folder Path

Once you have obtained the Flutter SDK, you need to configure the SDK folder path for your future projects.
Follow the step in this doc

Successfull !!

Now you're ready to start developing amazing cross-platform applications using Flutter!