asdf-community / asdf-flutter

flutter plugin for the asdf version manager
https://github.com/asdf-vm/asdf
MIT License
110 stars 31 forks source link

I can't download any version of flutter #44

Open Magnum457 opened 1 year ago

Magnum457 commented 1 year ago

When I run

asdf install flutter latest

for example I get the following error:

image

ErickCReis commented 1 year ago

I make an PR to fix this, but for now you can apply the changes in your machine.

  1. update the script ~/.asdf/plugins/flutter/bin/jq-downloader with this changes

  2. delete the ~/.asdf/plugins/flutter/bin/jq file

edsonboldrini commented 1 year ago

I make an PR to fix this, but for now you can apply the changes in your machine.

  1. update the script ~/.asdf/plugins/flutter/bin/jq-downloader with this changes
  2. delete the ~/.asdf/plugins/flutter/bin/jq file

Didn't work 😢

ErickCReis commented 1 year ago

Didn't work 😢

Still getting the same error after the changes?

Did you find this file ~/.asdf/plugins/flutter/bin/jq ?

wlaoman commented 1 year ago

Having the same problem, and making the changes doesn't do any difference. Still getting the same error messages.

Edit: I fixed it by manually installing jq.

tyou0 commented 1 year ago

Installing jq manually fixed the problem for me.

asdf plugin-add jq
asdf install jq latest
asdf global jq latest
carmosilva-vinicius commented 9 months ago

Installing jq manually fixed the problem for me.

asdf plugin-add jq
asdf install jq latest
asdf global jq latest

It works for me, thanks!

rubywarlock commented 7 months ago

use the new plugin https://github.com/fejzuli/asdf-flutter