Waiting for another flutter command to release the startup lock

后端 未结 30 3454
暗喜
暗喜 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 09:56

    thanks, Dear all for the right answer, I am using Flutter on Ubuntu

    killall -9 dart
    

    this command helps resolve this issue for me as well

提交回复
热议问题