Tags
Android
Asked 2 years ago
11 Oct 2021
Views 713
Melba

Melba posted

Flutter: Waiting for another flutter command to release the startup lock

i am trying to create Flutter project by command

flutter create FIrstProject


and instead of creating project command says

Waiting for another flutter command to release the startup lock...
angeo

angeo
answered Oct 11 '21 00:00

maybe you used flutter create FIrstProject first and terminated command run in between without completion of the command run so it deadlock resources or something. so you should terminate that thread or something
so you should close the terminal and try the command again

flutter create FIrstProject
Post Answer