Allow any flutter.dev/dart.dev package in flutter/packages repo tooling #155228
Labels
p: tooling
Affects the flutter_plugin_tools package
P3
Issues that are less important to the Flutter project
package
flutter/packages repository. See also p: labels.
team
Infra upgrades, team productivity, code health, technical debt. See also team: labels.
team-ecosystem
Owned by Ecosystem team
triaged-ecosystem
Triaged by Ecosystem team
Currently the flutter/packages repo tooling has an allow list for any package that's not an
sdk:
dependency and not from within flutter/packages. However, any package published by flutter.dev or dart.dev publisher accounts is allowed by policy, so it would be simpler (although slightly more fragile from a CI standpoint since it would add more network communication) to query the pub.dev API for the publisher, instead of having to list all of them individually.The text was updated successfully, but these errors were encountered: