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

Scanning for Flutter dependency licenses is broken #1001

Open
mrtnkrstn opened this issue Aug 8, 2023 · 3 comments
Open

Scanning for Flutter dependency licenses is broken #1001

mrtnkrstn opened this issue Aug 8, 2023 · 3 comments

Comments

@mrtnkrstn
Copy link

Flutter has changed the folder where dependencies are stored:
from
.pub-cache/hosted/pub.dartlang.core
to
.pub-cache/hosted/pub.dev

LicenseFinder currently only scans in the first location for a package's license, but should scan in both (since a package could use either).

@cf-gitbot
Copy link
Collaborator

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

@sebastian-zarzycki
Copy link

I can confirm. For now, creating an alias in .pub-cache works, but it'd be nice to have it patched.

@xtreme-shane-lattanzio
Copy link
Contributor

@mrtnkrstn @sebastian-zarzycki Thanks for raising this! The fix should be fairly simple and I'd welcome a PR so we can have this merged in asap!

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

4 participants