asdf-flutter icon indicating copy to clipboard operation
asdf-flutter copied to clipboard

I can't download any version of flutter

Open Magnum457 opened this issue 2 years ago • 7 comments

When I run

asdf install flutter latest

for example I get the following error:

image

Magnum457 avatar Aug 05 '23 10:08 Magnum457

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

ErickCReis avatar Sep 07 '23 01:09 ErickCReis

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 😢

edsonboldrini avatar Sep 19 '23 00:09 edsonboldrini

Didn't work 😢

Still getting the same error after the changes?

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

ErickCReis avatar Sep 19 '23 14:09 ErickCReis

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.

wlaoman avatar Sep 26 '23 15:09 wlaoman

Installing jq manually fixed the problem for me.

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

tyou0 avatar Oct 19 '23 15:10 tyou0

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!

carmosilva-vinicius avatar Feb 13 '24 00:02 carmosilva-vinicius

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

rubywarlock avatar Apr 17 '24 06:04 rubywarlock