-
Notifications
You must be signed in to change notification settings - Fork 146
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
Surface supported architectures per OS #8010
Comments
Is this really an issue for the site? (dart-lang/pub-dev)? |
The reporting is? (I'll file another issue on the SDK for reasoning about SDK native version constraints in general.) |
@dcharkes is |
Those are two options. If we want the solution to work for Flutter plugins, and Dart packages only using If we don't care about forcing those users to use a build hook, we could also make the hook report it. See the linked issues. |
I think going with the hook is ok. I don't see the need for it in pubspec.yaml, and as you say, it can get out of sync with the actual platform support. Pana is sandboxed, and should(??) be ok running user code. But that would be something new for us to do. |
Tracking issue for the surfacing on pub.dev part of:
We should consider surfacing the supported hardware architectures on pub per OS.
And there are more things we could report, such as the minimum supported SDK version for Android, iOS, and MacOS.
The text was updated successfully, but these errors were encountered: