1

i formatted my pc windows 10 , i installed window 10 pro and installed java jdk v 11, also visual studio installer, vs code android studio, all possible solutions for not recognizing flutter or flutter doctor issues, my cmd is working properly but when i write flutter i wat for hours and see nothing , my path in env variables is :C:\Program Files\flutter\bin

also seen this in my vs code terminal: vs code terminal error pc terminal did nothing

1
  • Did you set the system environment variable Commented Jul 29, 2022 at 13:17

1 Answer 1

1

Because: According to the Fluter document, one of the warnings is that Flutter should not be in the Program File.

enter image description here

solution: Convert Flutter Location to C:\src\flutterand also change the path in the env to C:\src\flutter\bin

For better Understanding check the Flutter Documentation

Sign up to request clarification or add additional context in comments.

1 Comment

fixed!!! :) thank you, i updated the path to C:\src\flutter\bin in system environment variables

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.