fejzuli / asdf-flutter

Flutter plugin for the asdf version manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-flutter Build Lint

flutter plugin for the asdf version manager.

Contents

Dependencies

General: curl, grep, sed, awk

Linux: tar

MacOS: unzip

On apple silicon rosetta needs to be installed. You can manually install it with

sudo softwareupdate --install-rosetta --agree-to-license

Install

Plugin:

asdf plugin add flutter https://github.com/fejzuli/asdf-flutter.git

flutter:

# Show all installable versions
asdf list-all flutter

# Install specific version
asdf install flutter latest

# Set a version globally (on your ~/.tool-versions file)
asdf global flutter latest

# Now flutter commands are available
flutter doctor

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Merlin Attila Fejzuli

About

Flutter plugin for the asdf version manager

License:MIT License


Languages

Language:Shell 100.0%