Skip to content

Instantly share code, notes, and snippets.

@s0nerik
Created October 24, 2019 10:52
Show Gist options
  • Save s0nerik/635797c2d3449a22a58a208ec0fe0709 to your computer and use it in GitHub Desktop.
Save s0nerik/635797c2d3449a22a58a208ec0fe0709 to your computer and use it in GitHub Desktop.
Flutter: update packages for all nested flutter projects
find . -name "pubspec.yaml" -execdir sh -c 'rm pubspec.lock; flutter packages get' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment