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

Resolve packages using "pub get" if local resolution fails #168

Merged
merged 22 commits into from
Jul 12, 2023

Conversation

rrousselGit
Copy link
Collaborator

@rrousselGit rrousselGit commented Jun 26, 2023

  • [-] also run "pub get" if project in the workspace is missing a package_config.json
    We currently rely on the package_config to detect
    • where the dependencies are in the workspace
    • if flutter is used or not
  • use "flutter pub get" instead of "dart pub get" when the plugin depends on flutter
  • Add tests for remote resolution

@docs-page
Copy link

docs-page bot commented Jun 26, 2023

To view this pull requests documentation preview, visit the following URL:

docs.custom-lint.dev/~168

Documentation is deployed and generated using docs.page.

@vercel
Copy link

vercel bot commented Jun 26, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
custom-lint-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 12, 2023 0:46am

@rrousselGit rrousselGit marked this pull request as ready for review July 12, 2023 13:00
@rrousselGit rrousselGit merged commit 3232ce7 into main Jul 12, 2023
@rrousselGit rrousselGit deleted the pub_get_on_conflict branch July 12, 2023 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run "pub get" if there is a package version conflict
1 participant