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

flutter plugin for the asdf version manager

Results 17 asdf-flutter issues
Sort by recently updated
recently updated
newest added

I'm not sure why the MacOS builds are sometimes zip files, but this PR should handle those cases. `unzip` doesn't have a `--strip` option like tar, so it has to...

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: ```bash...

Following the instructions here: https://github.com/oae/asdf-flutter#troubleshooting I tried adding `export FLUTTER_ROOT="$(asdf where flutter)"` to my `~/.zshrc` and restarted vscode, but couldn't get it to work. I even tried setting `"terminal.integrated.automationProfile.osx"` for...

The `install` command tried to use the system native **jq** instead of the one downloaded by this plugin. This resulted in a crash when **jq** was not installed locally.

jq needs to be installed: ![image](https://user-images.githubusercontent.com/797845/179401798-003ad837-62f7-469b-99d8-c37870e2f8a8.png)

``` $ asdf install flutter 3.0.0-stable /Users/jayjah/.asdf/plugins/flutter/bin/install: line 25: jq: command not found /Users/jayjah/.asdf/plugins/flutter/bin/install: line 26: jq: command not found /Users/jayjah/.asdf/plugins/flutter/bin/install: line 27: [: -gt: unary operator expected Cannot find...

## Motivation Unfortunately, asdf-vm isn't well known as we wish and usually, people tend to work with the specific language version manager so it's very common to face legacy version...

Hi! Thanks for this plugin, it's been working great for me! However, I was trying to set it up on a new Macbook today and listing versions just failed with...

I am not using flutter anymore. If someone wants to maintain this, I can give the required permissions.

When I run **_asdf install flutter latest_** for example I get the following error: ![image](https://github.com/oae/asdf-flutter/assets/29990104/fbb22151-e867-4786-bebd-a68fd2395dbf)