1.执行packages get的时候出现
Waiting for another flutter command to release the startup lock...问题
解决办法:
进入到你的flutter sdk目录中,然后找到bin/cache/lockfile文件,删除它即可。
1.执行packages get的时候出现
Waiting for another flutter command to release the startup lock...问题
解决办法:
进入到你的flutter sdk目录中,然后找到bin/cache/lockfile文件,删除它即可。
相关文章: