# System requirements

## Project Requirement <a href="#project-requirement" id="project-requirement"></a>

Make sure to download the following installation bundle to get the latest beta release of the Flutter SDK (for other release channels, and older builds, see the [SDK archive](https://flutter.io/sdk-archive/) page). If you need more info on how to setup project, please follow [**Flutter Getting Started**](https://flutter.io/) at [**Flutter**](https://flutter.io/) official websites.‌

### Flutter SDK <a href="#flutter-sdk" id="flutter-sdk"></a>

Download the following installation bundle to get the latest release of the Flutter SDK (for other release channels, and older builds, see the [SDK archive](https://flutter.io/sdk-archive/) page.):‌

* &#x20;[v1.7.8+hotfix.4](https://storage.googleapis.com/flutter_infra/releases/stable/windows/flutter_windows_v1.7.8+hotfix.4-stable.zip)​

Please follow the Flutter installation guide on their [official website](https://flutter.io/get-started/install/) ​‌

#### Extract the file in the desired location :  <a href="#extract-the-file-in-the-desired-location" id="extract-the-file-in-the-desired-location"></a>

In Linux and MACOS:‌

cd \~/development‌

&#x20;tar xf \~/Downloads/flutter\_linux\_v1.7.8+hotfix.4-stable.tar.xz‌

In Window go to:‌

&#x20;1\. C:\Program Files\‌

&#x20;2\. Locate the file flutter\_console.bat inside the flutter directory. Start it by double-clicking.‌

### Create a Demo Flutter Project: <a href="#create-a-demo-flutter-project" id="create-a-demo-flutter-project"></a>

In the android studio, you can find an option to create a new flutter project there you can select flutter application, click on next there you can mention your project name click on next, enter your company domain click on finish .your flutter project gets created.‌

Create a simple, template Flutter app, using the instructions in [Getting Started with your first Flutter app.](https://flutter.io/get-started/test-drive/#create-app)‌

&#x20;**Tip:** If you don’t see “New Flutter Project” as an option in your IDE, make sure you have the [plugins installed for Flutter and Dart](https://flutter.io/get-started/editor/#androidstudio).‌

You can install the plugins by following the below step:‌

Go to Android studio>File>Plugins>install flutter>install dart(this will download your flutter and dart files )‌

Flutter create your\_project\_name‌

Type the Below command in your CMD to run flutter project :‌

\*\* $ flutter run \*\*‌

Install the packages of a flutter :‌

\*\* $ flutter packages get \*\*‌

Run flutter doctor:‌

\*\* $ flutter doctor \*\*[<br>](https://app.gitbook.com/@ionicfirebaseapp/s/flutter-clothing-app/~/drafts/-Lq5sDHc0w7R7WKQFU6P/primary/app-structure)


---

# 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/flutter-news-app/system-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.
