Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Run flutter packages get for all the projects. #114
Comments
|
There's a script for that:
|
|
Interesting, this should be on the Readme.md (if it is I missed it completely) |
|
Well, I suppose it was not anticipated it would come up... but now that you mention it.. it should probably be in there. |
|
Hello, I am trying to run this script on Windows 10 and I am getting the following error:
After digging around a bit the problem seems to be with the pubspec.yaml referencing other parts of the app and Windows (or flutter ?) not been able to complete the task or fine the path(?). I've also tried running flutter package get in individual folders and the problem repeats in the ones that have reference in other folders in the pubspec.yaml. Can you please provide some assistance as to how I can run the project on Windows 10? Thank you very much |
|
Oh boy, sorry about that @george2seven -- I'll admit I never use Windows and kinda assumed the Flutter / Dart tools would handle I'll rig up my Windows 10 gaming machine with a Flutter environment to see if I can get this one fixed up. Thanks for reporting :) |
|
Thank you very much @brianegan ! |
|
what is the status of this? |
|
The Flutter tool has something similar for getting all the dependencies of all the Flutter git main repo, maybe this can be adapted? I never tried, but maybe it's compatible? |
|
@feinstein can you elaborate? |
|
Check the Flutter repo for "Contributing", there they explain how to setup your environment, download the code and etc. One of the steps is to use the Flutter tool to fetch all the dependencies of all the inner projects with their respectives YAML. I at my phone right now, otherwise I would point it out. If you can't find it, please let me know. |
|
Sorry looked into the repos. but could not find what you are talking about. |
|
Take a look at here, it makes a reference to:
|


I don't know if this is even possible, but it will be nice to have a way to run
flutter packages getonly once and have all the projects dependencies satisfied at once.