-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Install dart-sdk for windows through winget #43977
Comments
This would be quite nice for those using Windows, but it seems it only supports (msi?) installers rather than zip like Chocolatey. I cannot seem to find any archive of these installer so perhaps they're not included in Dart's release infrastructure at all, otherwise a community member could also handle including the SDK as a winget pkg. |
As of now, winget is bundled by default:
Building supported executables and adding them to the winget repository would greatly reduce developer friction for Windows users, which currently requires either manually downloading and setting path, or downloading a third party tool. |
It is a very interesting feature. |
any update ? |
@parlough With microsoft/winget-cli#140 closed is now possible to bundle dart-sdk as a zip? |
It seems like progress has been made yes, but it doesn't look to be completely ready yet. After some investigation, it seems the winget package repository (Windows Package Manager Community Repository) is not accepting portable zip-based manifests yet, and it looks like support for adding a whole directory to the path is still needed. Here's a potential PR you could track: microsoft/winget-pkgs#92317 |
any update ? |
Support for installing dart-sdk through Winget( official windows package manager).
The text was updated successfully, but these errors were encountered: