# Installing Flutter Packages on mac

After that, open the **pubspec.yaml** file and go to **Pub get** and **Pub upgrade** options to install the libraries.

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

When everything is done, the Flutter displays the following message:

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

This installation and setup process will prepare your PC for further work on the app building.


---

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