Steps :

01. Goto https://flutter.dev/

02. Click get started.

03. Select windows.

04. Download and Install Git for Windows 2.x

05. Download and unzip flutter_windows_3.3.2-stable.zip

06. Goto flutter_windows_3.3.2-stable => bin and copy this path (Exam : F:\Flutter\flutter\bin)

07. a. From windows search and open => (env) => "Edit the system environment variables".

    b. Click Environment variables.

    c. Double click on Path (From system variables)

    d. add new path (Which I copied Exam : F:\Flutter\flutter\bin) in Edit environment variable.

08. Open cmd => type => flutter (Will work if everything is okay)

09. Install VS Code

10. Also need to install Android Studio (For emulator).

11. Open android studio and from device manager (right top corner mobile icon) and install enulation (Exam : Google pixel 6) what we need. When install also download load android version (Exam : R)

12. Open VS Code and install below extensions

    a. Dart

    b. Flutter

    c. Awesome Flutter Snippets

13. Open cmd => run (flutter doctor)