flutter waiting for another flutter command to release the startup lock code example
Example 1: Waiting for another flutter command to release the startup lock...
killall -9 dart
Example 2: Waiting for another flutter command to release the startup lock...
Run this is terminal.
On linux and mac
killall -9 dart
On Windows
taskkill /F /IM dart.exe
Example 3: kill task flutter
taskkill /F /IM dart.exe