Install Flutter in Windows

Install Flutter in Windows

Install Flutter in Windows

1: Download Flutter.

Website: https://docs.flutter.dev/get-started/install

Install Flutter in Windows 1

2: Download the desktop version.

Install Flutter in Windows 2

3: Download the Flutter SDK.

Install Flutter in Windows 3

4: Extract the Flutter download SDK zip file.

5: Open Command Prompt.

6: Go to This PC, then go to Properties.

Install Flutter in Windows 4

7: Open Advanced System Settings, then open Environment Variables.

Install Flutter in Windows 5

8: Open the Path Edit and then add the new Path for Flutter SDK.

9: Go to the extracted Flutter SDK zip file folder, then open the bin folder.

10: Copy the bin folder path, then paste it into the new path.

Install Flutter in Windows 6

Install Flutter in Windows 7

11: Ok, it.

12: Open the Command Prompt, then run Flutter.

Command: flutter

13: Check Flutter installation requirements in Command Prompt.

Command: flutter doctor

Install Flutter in Windows 8

14: Download Android Studio.

Website: https://developer.android.com/studio

Install Flutter in Windows 9

15: Download Visual Studio Code.

Website: https://code.visualstudio.com/

Install Flutter in Windows 10

16: Install Android Studio.

17: Check again that Flutter is missing requirements in the Command Prompt.

Command: flutter doctor

18: Open Android Studio, then go to More Actions and open SDK Manager.

Install Flutter in Windows 11

19: Install Android SDK Command-line Tools (latest).

Install Flutter in Windows 12

20: Download and install Java.

Website: https://www.oracle.com/technetwork/java/javase/downloads/

Install Flutter in Windows 13

21: Follow this command.

Command: flutter doctor –android-licenses

22: Accept all licenses.

23: Install Flutter in Android Studio.

Install Flutter in Windows 14

24: Give Flutter SDK Path.

25: Go to where you installed Flutter and copy that path.

Install Flutter in Windows 15

26: Open the New Flutter Project.

Install Flutter in Windows 16

27: Paste the Flutter Path.

Install Flutter in Windows 17

28: Create a new Flutter project.

29: Open Command Prompt.

30: Go to the Desktop in Command Prompt.

Command: cd desktop

31: Create a new folder on the Desktop or in the Desk manually.

32: Copy the new folder path and paste it into the Command Prompt.

Example: cd E:\Flutter projects

30: Create new Flutter projects in Command Prompt.

Command: flutter create walikhankakar

31: Install the Dart plugin in Android Studio.

32: Install Visual Studio Code.

33: Open Visual Studio Code.

34: Install Dart and Flutter extensions in Flutter.

Install Flutter in Windows 18

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top