flutterdartupgrade

Flutter upgrade command gets stuck, no output at all


Recently, when I try to upgrade Flutter, itself, it gets stuck and there is no output in console. Then it waits infinitely, and is totally stuck.

Even adding --verbose does not help.

Sometimes a reboot may fix, but what is the problem?


Solution

  • I found that a running instance of dart.exe was holding the Flutter in queue.

    I terminated that instance in task manager, and now I can upgrade Flutter.