All Projects → oae → asdf-flutter

oae / asdf-flutter

Licence: MIT license
Flutter plugin for the asdf version manager

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to asdf-flutter

asdf-php
PHP plugin for the asdf version manager
Stars: ✭ 159 (+133.82%)
Mutual labels:  asdf, asdf-plugin
asdf-elm
elm version manager plugin for asdf.
Stars: ✭ 26 (-61.76%)
Mutual labels:  asdf, asdf-plugin
asdf-deno
Deno plugin for the asdf version manager
Stars: ✭ 71 (+4.41%)
Mutual labels:  asdf, asdf-plugin
asdf-ocaml
OCaml plugin for the asdf version manager
Stars: ✭ 20 (-70.59%)
Mutual labels:  asdf, asdf-plugin
asdf-gleam
Gleam plugin for the asdf version manager
Stars: ✭ 22 (-67.65%)
Mutual labels:  asdf, asdf-plugin
asdf-gcloud
☁️ GCloud CLI (Google Cloud SDK) plugin for asdf version manager. Pin gcloud versions for each project!
Stars: ✭ 24 (-64.71%)
Mutual labels:  asdf, asdf-plugin
asdf-poetry
Poetry plugin for the asdf version manager
Stars: ✭ 23 (-66.18%)
Mutual labels:  asdf, asdf-plugin
asdf-crystal
Crystal plugin for the asdf version manager
Stars: ✭ 60 (-11.76%)
Mutual labels:  asdf, asdf-plugin
asdf-elm
Elm plugin for the asdf version manager
Stars: ✭ 18 (-73.53%)
Mutual labels:  asdf, asdf-plugin
asdf-haxe
Haxe plugin for the asdf version manager
Stars: ✭ 13 (-80.88%)
Mutual labels:  asdf, asdf-plugin
asdf-yarn
asdf plugin for Yarn.
Stars: ✭ 111 (+63.24%)
Mutual labels:  asdf, asdf-plugin
ansible-role-asdf
No description or website provided.
Stars: ✭ 45 (-33.82%)
Mutual labels:  asdf
dotfiles
My dotfiles
Stars: ✭ 22 (-67.65%)
Mutual labels:  asdf
dotfiles
This is what I use to get things done!
Stars: ✭ 59 (-13.24%)
Mutual labels:  asdf
dotfiles
🗿 dotfilery, configuration, environment settings, automation, etc. 🛖
Stars: ✭ 67 (-1.47%)
Mutual labels:  asdf
dotfiles
Dotfiles. Mac and *nix. Handy scripts, configurations for bash, zsh, git, asdf, Sublime Text, Karabiner-Elements, BetterTouchTool and more.
Stars: ✭ 15 (-77.94%)
Mutual labels:  asdf
workbench
A hierarchical environment manager for bash, written in bash.
Stars: ✭ 17 (-75%)
Mutual labels:  asdf

asdf-flutter Build Status

Flutter plugin for the asdf version manager. This includes both flutter and dart.

Install

asdf plugin-add flutter

Configure

If you have problems with accessing to google, you can set the FLUTTER_STORAGE_BASE_URL environment variable to change it but structure must be same with Google. Default value is https://storage.googleapis.com.

Troubleshooting

VSCode

image

To fix the "Could not find a Flutter SDK" error, you can set the FLUTTER_ROOT environment variable in your .bashrc or .zshrc file:

export FLUTTER_ROOT="$(asdf where flutter)"

Bad CPU type in executable

Because this plugin uses jq you have to enable Rosetta to be able to execute non arm optimized software.

Apple will prompt you to install Rosetta if you open a GUI application but not if you're using the terminal. Thus you have to enable Rosetta manually:

softwareupdate --install-rosetta
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].