Hey I just installed flutter and did everything as in this video: https://www.youtube.com/watch?v=U4TJ5ITGe5Y and also as told on the website: https://docs.flutter.dev/get-started/install/macos#update-your-path.
To update the path of flutter I put this command in the .zshrc file.
export PATH="$PATH:[PATH_OF_FLUTTER_GIT_DIRECTORY]/bin"
Run Code Online (Sandbox Code Playgroud)
However it doesn't work. Does anybody have an idea what I could be doing wrong?
Thanks a lot and have a nice day!