Closed psaren closed 5 years ago
I don't think it is a good approach. Using Nodejs to run what one can do with a simple bash script.
Can you justify your solution here?
You are right! I just find dart extension can get all project flutter packages when open VScode. This PR is redundant.
@psaren I added a bash script to do exactly what you wanted to do with the nodejs version. If you still want to update all packages you can use the script as described here: https://github.com/nisrulz/flutter-examples#get-packages-for-all-flutter-projects
@nisrulz Awesome & Thanks! I was tried to do the some thing with bash script before, but I don't know much about bash script syntax.
This PR will let developer can get flutter packages of all project in just one command(by using nodejs)!
The following is the result of running the command!