> For the complete documentation index, see [llms.txt](https://docs.ionicfirebaseapp.com/flutter-clothing-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-clothing-app/requirements.md).

# System Requirement

## 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

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 :&#x20;

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;

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

### Create a Demo Flutter Project:

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;

&#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 \*\*
