DEV Community

Discussion on: How to install Flutter on macOS using homebrew and asdf

Collapse
 
0xdonut profile image
Mr F.

Thanks, I'll add that to the instructions

Collapse
 
ppshah2023 profile image
ppshah2023

Wait, I also did brew crack install for every install command. It resulted in the same thing at the end but there was one issue, I have to use the terminal to create and use flutter commands as I can’t get vscodium to accept the flutter install location. I have to rename the flutter install package that asdf uses (which is 17.1-stable I believe) to flutter for vscodium to use it and add it to path. and then asdf can’t find it, it seems that the only way to integrate a flutter installation in vscodium is to go through the flutter website, or creating tons of command line shortcuts that change the vscodium layout, which is very annoying as I can’t get it to work. Or I would share