Open bmatcuk opened 2 years ago
I'm getting this issue too
curl: (3) URL using bad/illegal format or missing URL
tar: Error opening archive: Failed to open 'flutter_macos_3.0.5-stable.zip'
Okay I got the solution that works for me, if you're on macOS and using homebrew ( because why would you not ), just do
asdf plugin-update flutter
- updates the plugin
brew install jq
- jq helps with the zip file I believe
then finally asdf install flutter [Version you want or just use 'latest']
This did not solve it for me... I already have jq installed and the latest version of the flutter asdf plugin.
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: