Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"pub get" integration #54

Open
DanTup opened this issue Oct 15, 2014 · 0 comments
Open

"pub get" integration #54

DanTup opened this issue Oct 15, 2014 · 0 comments

Comments

@DanTup
Copy link
Contributor

DanTup commented Oct 15, 2014

pub get is equivalent to "nuget package restore". It causes pub to read all of the dependencies from pubspec.yaml and download any that are missing; and remove any that are no longer referenced.

We should execute pub get in the project root whenver pubspec.yaml is saved. This command might take some time (it may download from the web) and also may fail with error messages.

@DanTup DanTup changed the title pub get integration "pub get" integration Oct 15, 2014
@DanTup DanTup mentioned this issue Oct 15, 2014
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant