-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
MacOS downloads are zips, not tars #33
Comments
I'm getting this issue too |
Okay I got the solution that works for me, if you're on macOS and using homebrew ( because why would you not ), just do |
This did not solve it for me... I already have jq installed and the latest version of the flutter asdf plugin. |
When set up on macOS using asdf-flutter, a zip file is downloaded. However, asdf-flutter does not support zip files and an error occurs. There is the Issue and the Pull Request in the repository, but it has not been merged for more than 2 years. Maybe there is some reason why some environments reproduce the issue and others do not. Or maybe the repository is not maintained. See also: - https://docs.flutter.dev/get-started/install/macos/mobile-ios#download-then-install-flutter - asdf-community/asdf-flutter#52 - asdf-community/asdf-flutter#33 - asdf-community/asdf-flutter#36
I dunno if things changed with flutter v3, but the MacOS downloads are zip files not tars: https://storage.googleapis.com/flutter_infra_release/releases/releases_macos.json
When I run
asdf install flutter 3.0.1-stable
, for example, I get:The text was updated successfully, but these errors were encountered: