# Installation Guide

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

Run in Device or Emulator:

Before running this just 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 check boxes 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 **
```

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 you will set the BIOS by following 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 do not find any solution please feel free to  report us , we will look into it.   &#x20;


---

# 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.ionicfirebaseapp.com/readymade-restaurant-app/installation-guide.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.
