Add Flutter to a Path on a Mac?

Hello everyone,

I recently switched from Windows to Mac for programming. Adding a path to the Flutter SDK on Windows was simple. However, I'm having trouble with the Mac. Countless tutorials are driving me crazy. While I enter the path to the Flutter SDK in the .zshrc, save it, and then try to run Flutter Doctor, I get the message that Flutter could not be found. What could be wrong? It must be something wrong with the path, right?

Thanks in advance if anyone knows a solution!

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
1 Answer
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Babelfish
1 year ago

It’s interesting what you’ve got in it. For example, it looks like this:

export PATH="$PATH:~/development/flutter/bin:~/Library/Android/sdk/platform-tools:~/Library/Android/sdk/tools"

I have flooded accordingly under my user directory ~/development/flutter installed.

And always think that you will restart the terminal for these changes or with source reload the Config.