
Add Flutter to environment variable in Ubuntu To permanently add Flutter to your path, see Update your path. Means when you you close the terminal you no longer will be able to use flutter, to use again you need to user again and again export PATH ( above command ). Note: Above command will sets your PATH variable for the current terminal window only. tar xf ~/Downloads/flutter_linux_v1.9.1+Īdd the flutter tool to your path: export PATH="$PATH:`pwd`/flutter/bin"


