この記事では、Waiting for another flutter command to release the startup lock…エラーの対処法について書いていきます。
結論
ロックファイルの削除で解決しました。
方法
エディタを完全に一度閉じ、Flutter SDKのフォルダ内にあるロックファイルを削除します。
- Flutter SDKのインストールパス(例:
C:\user\flutter\bin\cache\)を開きます。 - lockfile という名前のファイルを削除します(拡張子はありません)。
参考

Waiting for another flutter command to release the startup lock
When I run my flutter application it show Waiting for another flutter command to release the startup lockthis messages a…
Google Search
