Skip to content
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

fixes #33: install from zip files #36

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bmatcuk
Copy link

@bmatcuk bmatcuk commented Aug 30, 2022

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 unzip to a tmp directory and then move the files over.

Copy link

@lucasmundim lucasmundim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me on osx arm

@hleinone
Copy link

Works for me.

Can this be merged? Otherwise the plugin remains unusable on macOS.

machupicchubeta added a commit to machupicchubeta/dotfiles that referenced this pull request Oct 14, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants