Jonas Finnemann Jensen

Results 459 comments of Jonas Finnemann Jensen

> The thing that makes most sense is flagging legacy-html honestly. I think we should be careful flagging it just yet. I mean it'll be a LONG time before `dart:html`...

> Is there a reason for dart:html to stick around besides maintainers not migrating? I think it's safe to assume that not all migrations are trivial. There are some very...

Splitting the the two use-cases, here is two proposals for what we could do. It's entirely possible that missing some details, or missing how some things in Flutter `packages/` is...

> Oh there are so many more reasons. :-) hehe, yes, :rofl: > Thinking about this more, what we really need is two "quiet" modes: I guess I'm trying to...

## Use case (A): Fetching dependencies for flutter_tools Okay, maybe this needs a quiet mode, that only prints stuff when there is an error. Note. I'm a bit reluctant add...

> When there are no changes we shouldn't show anything (do we do that currently?) Yes, `Resolving dependencies\nGot dependencies` since this is a `pub get` invocation. It's only if they...

I have mixed feelings about special casing for generic guidelines. The description length requirement originates from SEO guidelines. IMO, if a package is unlisted, is points then really so important?...

> Regardless of the origin, the effect is the packages are getting points deducted for no useful reason. It is useful, is not? from: https://pub.dev/packages/google_maps_flutter_platform_interface It's used in multiple meta-tags,...

To download all raw license files from pub.dev, one can use a script like: ```bash # Get all package names get_all_package_names() { curl -s https://pub.dev/api/package-names | jq -r .packages[]; }...