> For the complete documentation index, see [llms.txt](https://docs.ionicfirebaseapp.com/flutter-news-app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionicfirebaseapp.com/flutter-news-app/installation-guide.md).

# Installation guide

### How to Run <a href="#how-to-run" id="how-to-run"></a>

Run in Device or Emulator: ‌ Before running this, make sure that you have installed all the packages inside your flutter project by following the below steps: ‌

Click on tools, go to SDK manager there you click on all the checkboxes of different versions of APK click on apply then click on finish. ‌ ‌

Tools> AVD Manager> Create new Virtual device select your device, click on next and it will display you with the options to choose the version, click on next and finish. You can run it by selecting the device and clicking on the emulator option. Or you can also run it by using the below command called flutter run.

Open your terminal and navigate to the project folder and install plugins :

```
** $ flutter packages get **
```

Once plugins are installed successfully you can run the app in Device with :

```
** $ flutter run **(to run mobile app)
```

You may also face VT -X disabled error while running the emulator if your BIOS set up is incomplete (**applicable for only windows user**). So make sure that you will set the BIOS by below steps.

You can go to System configuration >VT >Device configuration >Enable VT&#x20;

If there is any issue apart from this, please google it, or if you fail not find the solution, please feel free to report us, we will look into it.   &#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ionicfirebaseapp.com/flutter-news-app/installation-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
