# Installing Flutter Packages on Windows

You continue to work in the same folder of the Motors App that you opened in the previous step.

Open the **pubspec.yaml** file. Click on your motors project then find the file **pubspec.yaml**.

<figure><img src="/files/cdK6xs2o1DZtFy9PSbKZ" alt=""><figcaption></figcaption></figure>

Click on the **Packages get**.

<figure><img src="/files/hIPrgTSv05eunf1KPyfi" alt=""><figcaption></figcaption></figure>

Wait for the process to finish.

<figure><img src="/files/nEUFXQW7g2VQb2hozA4Y" alt=""><figcaption></figcaption></figure>

Now you can check your app. For this, activate the emulator and click **run**.


---

# 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/android-application-build/installing-flutter-packages-on-windows.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.
