# Project Requirements

To run any flutter app, basic requirements is to install Flutter SDK in your system and install flutter and dart plugin in your choice of editor. If you are new to Flutter, it's a must to install flutter SDK in your Operating System.

#### Install Flutter on operating system of your choice

Follow the link below to setup Flutter SDK in your development environment.

#### Linux: <https://flutter.dev/docs/get-started/install/linux>

#### Windows: <https://flutter.dev/docs/get-started/install/windows>

#### macOS: <https://flutter.dev/docs/get-started/install/macos>

#### Install Flutter and Dart plugin in text editor of your choice

Follow the link below to add an editor plugin for Android Studio, IntelliJ, or VS Code. If you want to use a different editor, that’s OK, skip ahead.

#### Android Studio/IntelliJ: <https://flutter.dev/docs/get-started/editor?tab=androidstudio>

#### Visual Studio Code: <https://flutter.dev/docs/get-started/editor?tab=vscode>

To check installed Flutter working properly or not, take Flutter for a test drive: create a first project, run it, and experience “hot reload”.&#x20;

Link below describes how to create a new Flutter app from templates, run it, and experience “hot reload” after you make changes to the app.

* <https://flutter.dev/docs/get-started/test-drive?tab=androidstudio>

Now, your development environment is ready to run any Flutter Apps.

####

####


---

# 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/todo/requirements.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.
