# Fetch the packages for the project (important)

Run this command on your project folder

```
flutter pub get
```

More info: <https://flutter.dev/docs/development/packages-and-plugins/using-packages>

*Focus on this statement:*

* *From the terminal: Run `flutter pub get`.*\
  \&#xNAN;***OR***
* *From Android Studio/IntelliJ: Click **Packages get** in the action ribbon at the top of `pubspec.yaml`.*
* *From VS Code: Click **Get Packages** located in right side of the action ribbon at the top of `pubspec.yaml`.*

#### **Then, do the same thing for the local package:** *packages/**den\_lineicons*****.**


---

# 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://uxper.gitbook.io/app-flutter/config-your-app/fetch-the-packages-for-the-project-important.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.
