> For the complete documentation index, see [llms.txt](https://uxper.gitbook.io/app-flutter/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uxper.gitbook.io/app-flutter/config-your-app/fetch-the-packages-for-the-project-important.md).

# 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`.*\
  ***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*****.**
