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?
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?
Share Improve this question edited yesterday marc_s 755k184 gold badges1.4k silver badges1.5k bronze badges asked yesterday AVEbrahimiAVEbrahimi 19.2k25 gold badges116 silver badges223 bronze badges 1- 1 tried puro.dev already? – pskink Commented yesterday
2 Answers
Reset to default 0Due to slow network ,Sometimes flutter upgrade command get stuck So try to use high speed network.
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.