Linux kill All In One Waiting for another flutter command to release the startup lock...
kill -9
kill
$ kill <PID>
$ ps -ef | grep node
$ sudo kill -9 <PID>
flutter lock bug ❌
Waiting for another flutter command to release the startup lock...
$ flutter doctor
Waiting for another flutter command to release the startup lock...
dart
# solution ✅
$ killall -9 dart
$ ps -ef | grep flutter
$ sudo kill -9 <PID>
xgqfrms