LicenseFinder icon indicating copy to clipboard operation
LicenseFinder copied to clipboard

Scanning for Flutter dependency licenses is broken

Open mrtnkrstn opened this issue 2 years ago • 3 comments

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).

mrtnkrstn avatar Aug 08 '23 10:08 mrtnkrstn

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.

cf-gitbot avatar Aug 08 '23 10:08 cf-gitbot

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

sebastian-zarzycki avatar Nov 07 '23 19:11 sebastian-zarzycki

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

xtreme-shane-lattanzio avatar Jan 24 '24 16:01 xtreme-shane-lattanzio