When I run my flutter application it show
Waiting for another flutter command to release the startup lock
this messages and not proceed further.
When I run my flutter application it show
Waiting for another flutter command to release the startup lock
this messages and not proceed further.
This also happens when you have opened the flutter project in the Editor. Close the Editor and re-run the command
In my case, following command in Terminal helped (as suggested by Günter):
On Windows (as suggested by upupming):
Remove this file:
This releases the occupied lock and makes you able to run other commands.
try this instead For Window
This worked!