Skip to content

Instantly share code, notes, and snippets.

@MianJawadAhmad
Created March 27, 2024 22:36
Show Gist options
  • Save MianJawadAhmad/265927d792857e20e060f5db6ca722fd to your computer and use it in GitHub Desktop.
Save MianJawadAhmad/265927d792857e20e060f5db6ca722fd to your computer and use it in GitHub Desktop.
Flutter command not found
Instead of this:
export PATH=Users/apple/development/flutter/bin:$PATH
Use this:
export PATH=$HOME/development/flutter/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment