Tag: terminal

  • Add path variable in MacOS for flutter

    Flutter commands can be executed from macOS terminal app after adding the path variable to installation of flutter directory on the local machine. You can set Path variable temporarily by executing the following command in the Terminal app or within the Terminal window inside Visual Studio Code where FLUTTER_INSTALLATION_DIRECTORY represents the installtion of flutter SDK…