Created
October 24, 2019 10:52
-
-
Save s0nerik/635797c2d3449a22a58a208ec0fe0709 to your computer and use it in GitHub Desktop.
Flutter: update packages for all nested flutter projects
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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