The following steps were attempted:
./build
with the command: flutter clean
.dart
processes but it does not work .lockfile
file, but when I delete it, it generates it againMy operating system is: Windows 10 Professional 64 bits
I am using: Android Studios
Here is the link to the publication that I read before asking this question: Url: Waiting for another flutter command to release the startup lock
In the list of processes I see 2 or 3 .dart read that closing the .dart process made the construction of the project work. But it is not working.
I would appreciate any help, thanks.
if your OS is Windows, try this:
taskkill /F /IM dart.exe
if your OS is OSX, try this:
killall -9 dart
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With