Skip to content

Set PATH Flutter (Windows)

Hardikb19 edited this page Nov 29, 2019 · 3 revisions

Extract the flutter folder from the zip you downloaded in C: drive.

  1. Navigate in to Flutter SDK folder (in our case C:\Flutter)
  2. Go inside to bin folder and copy the directory path (in your case C:\Flutter\bin)
  3. Go to “Control Panel > User Accounts > User Accounts > Change my environment variables”
  4. Under “User variables” select path variable and click edit.

  1. In new dialog box click on New button, pasted the path to your Flutter bin folder. Then click OK. (Move up the flutter path to the top, using the "Move Up" option on the right)

Confirm everything with Flutter Doctor in Command Prompt(Run as Administrator)
flutter doctor

Install Teamviewer and contact your Mentor if you face any issue with the setting up the PATH