Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow any flutter.dev/dart.dev package in flutter/packages repo tooling #155228

Open
stuartmorgan opened this issue Sep 15, 2024 · 0 comments
Open
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

Comments

@stuartmorgan
Copy link
Contributor

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.

@stuartmorgan stuartmorgan added team Infra upgrades, team productivity, code health, technical debt. See also team: labels. p: tooling Affects the flutter_plugin_tools package package flutter/packages repository. See also p: labels. team-ecosystem Owned by Ecosystem team P3 Issues that are less important to the Flutter project triaged-ecosystem Triaged by Ecosystem team labels Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant