Skip to content

Instantly share code, notes, and snippets.

@iifast2
Created May 30, 2024 16:12
Show Gist options
  • Save iifast2/6106c3ecc03a961c44675efb48529741 to your computer and use it in GitHub Desktop.
Save iifast2/6106c3ecc03a961c44675efb48529741 to your computer and use it in GitHub Desktop.
# Add Flutter and Dart to the PATH env
echo -e "\n# Flutter & Flutter bin Path\nexport PATH=\"\$PATH:/opt/flutter/bin\"\n\n# Set Flutter and Dart Home\nexport FLUTTER_HOME=/opt/flutter\nexport DART_HOME=\$FLUTTER_HOME/bin" >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment