Skip to content

Instantly share code, notes, and snippets.

@vbuterin2
Created May 15, 2021 02:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vbuterin2/b78c369f49ec5412fc1ceb13d1bad75b to your computer and use it in GitHub Desktop.
Save vbuterin2/b78c369f49ec5412fc1ceb13d1bad75b to your computer and use it in GitHub Desktop.
install flutter on ubuntu
sudo vim $HOME/.bashrc
sudo vim $HOME/.zshrc
echo $HOME/development/flutter/bin
$HOME/development/flutter/bin
export PATH="$PATH:"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment