skip to Main Content

I apologize if this is a simple question or if my English is awkward (it’s translated).

I’m trying to set up Flutter on my Windows 10 machine. I downloaded the Flutter SDK as a ZIP, extracted it to C:flutter, and added C:flutterflutterbin to the PATH in environment variables.

After doing this, I still cannot get flutter –version to work in the command prompt. It says: ‘flutter’ is not recognized as an internal or external command, operable program, or batch file.

Restarting my computer.
Running the command prompt as administrator.
Verifying that C:flutterflutterbin is properly in the PATH.
When I directly run the command like this from the command prompt: C:flutterflutterbinflutter –version It seems to work.

I’m really exhausted from trying everything I can think of, but it still won’t recognize flutter in a normal command prompt.

Does anyone have an idea what I might be missing or doing wrong?

Thank you so much in advance!

2

Answers


  1. Please refrain from manually installing the Flutter SDK, especially if you’re new to the Flutter framework.

    To understand first on how to install it properly, kindly visit this website. If you properly follow the steps and procedure of how to install Flutter on your machine, you can also develop a multi-platform project using it.

    I hope it helps!

    Login or Signup to reply.
  2. What I think you need to check did you give path to envirmental variable to Setting page

    I think you to give path to both envirment variables. System and you account variables also.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search