Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get Flutter SDK path after installing using Homebrew

Installed flutter using homebrew: https://formulae.brew.sh/cask/flutter#default

I can't find the SDK Path, tried copy and pasting this:

1./opt/homebrew/Caskroom/flutter/2.0.5/flutter/bin/internal/shared.sh, and, /opt/homebrew/bin/flutter'

but the result shows that the folder specified as the FLUTTER SDK home does not exist, how am I able to find the Flutter SDK path

like image 765
Karel Hutajulu Avatar asked Mar 02 '23 15:03

Karel Hutajulu


1 Answers

Type flutter doctor -v in Terminal, the first line will show the location!

enter image description here

like image 137
midi Avatar answered Mar 04 '23 08:03

midi