Install Flutter by Homebrew on Mac Flutter is easier to install on any Mac, just install it by Homebrew. It will install both flutter and dart. brew install flutter Check the version of Flutter flutter –version Check the version of Dart dart –version If you are looking for instructions for Windows or Linux, please click …