# Flutter Environment

For the full and smooth work, you need to install the Flutter environment, which is a multi-paradigm programming environment, required for you to build your own LMS app. First, download the Flutter SDK, the installation bundle to get the latest stable release of the Flutter SDK. Depending on the system you are using follow these links to get the installation file:&#x20;

{% hint style="success" %}
• macOS - <https://flutter.dev/docs/get-started/install/macos>&#x20;

• Windows - <https://flutter.dev/docs/get-started/install/windows>&#x20;

• Linux - [https://flutter.dev/docs/get-started/install/linux](<https://flutter.dev/docs/get-started/install/linux >)
{% endhint %}

{% hint style="warning" %}
We recommend you using the **Flutter SDK 3.3.9 stable** version for Motors App
{% endhint %}

Once you downloaded the installation zip package, create a folder, and extract there the **Flutter SDK.** Use the desired location, extract the Flutter, and archive that folder.


---

# 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://docs.stylemixthemes.com/motors-app-documentation/motors-application-plugin/flutter-environment.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.
