redsolver / dart_license_checker

Shows you which licenses your Flutter/Dart dependencies have.
MIT License
14 stars 9 forks source link

libraries included in flutter itself are not recognized #10

Open Dieterbe opened 1 year ago

Dieterbe commented 1 year ago

for example flutter_locations https://api.flutter.dev/flutter/flutter_localizations/flutter_localizations-library.html

(not to be confused with https://pub.dev/packages/flutter_localization)

flutter_localizations is part of flutter itself, which means it's BSD-3 as declared here: https://github.com/flutter/flutter/blob/master/LICENSE

i run into this problem with all the libraries that are part of flutter itself.