Waiting for another flutter command to release the startup lock

后端 未结 30 3453
暗喜
暗喜 2020-12-12 09:20

When I run my flutter application it show

Waiting for another flutter command to release the startup lock

this messages and not

30条回答
  •  爱一瞬间的悲伤
    2020-12-12 10:10

    I have tried all of below steps, but none worked.

    1. Delete lockfile;
    2. Run killall -9 dart;
    3. Restart my PC.

    Below is the final command that worked for me

    rm -rf bin/cache/.upgrade_lock
    

提交回复
热议问题