Skip to content

Instantly share code, notes, and snippets.

@johngorithm
Last active June 1, 2020 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johngorithm/633aaa724e95b0bb72a90968119c6418 to your computer and use it in GitHub Desktop.
Save johngorithm/633aaa724e95b0bb72a90968119c6418 to your computer and use it in GitHub Desktop.

Command for deleting flutter lock file.

This is essentially useful when one is blocked on Waiting for another flutter command to release the startup lock...

On the flutter root folder, run: rm ./flutter/bin/cache/lockfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment