When I run my flutter application it show
Waiting for another flutter command to release the startup lock
this messages and not
For me, the issue's root cause on my Mac device was a version of the flock binary it was not expecting. Removing it from the path did the trick; probably a BSD vs GNU syntax issue.