pivotal / LicenseFinder

Find licenses for your project's dependencies.
MIT License
1.73k stars 340 forks source link

Scanning for Flutter dependency licenses is broken #1001

Open mrtnkrstn opened 1 year ago

mrtnkrstn commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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

xtreme-shane-lattanzio commented 9 months ago

@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!