# Flutter SDK Not Available

Download the SDK and point the SDK folder path in your future projects.

There are different sources you can try

1. You can clone it from the [Github Repository](https://github.com/flutter/flutter)
2. [Download SDK zip](https://flutter.dev/docs/get-started/install/macos#get-the-flutter-sdk) file + extract it after downloading
3. You can also download [any version](https://flutter.dev/docs/development/tools/sdk/releases?tab=macos)(including older) from here (For Mac, Windows, Linux)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://megtrix.gitbook.io/appstelling/common-errors-during-customization/flutter-sdk-not-available.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
