Flutter stuck on 'flutter' command - no output to console and it doesn't ever finish

1,630

Solution 1

The problem was that I installed it in C:/Program Files, the guy in the course didn't mention anything about that but in the link you sent they did.
Thank you @pskink for your help!

Solution 2

it takes a long time, just wait. or you input flutter --verbose, it will output infomation to console.

Share:
1,630
Ely Shaffir
Author by

Ely Shaffir

Updated on December 11, 2022

Comments

  • Ely Shaffir
    Ely Shaffir over 1 year

    I started following this tutorial about Flutter, and I followed each step until the installation of Flutter on windows, even added flutter to PATH.

    Now, once I try to execute flutter in CMD / Powershell (I work on Windows 10), it gives no output. It seems to recognize the command, but it doesn't give further output for a very long time, the console just remains empty.

    Has anyone encountered that problem before and knows how to fix it? Thanks.