I recently got the idea to try out flutter and found particularly difficult to implement it on my macOS (intel). I have well updated my path, I could run flutter doctor nicely. Flutter doctor -v
The problem resides in setting up the IDE, I tried both VScode and IntelliJ IDEA. And I got the same result both time.
When trying to create a project, there is no issue recognizing the path as shown on this picture , the problem is brought up right after, when I click Create. It says that env: bash no such file or directory. What I don't understand is that I have a Zsh Shell, and I changed the setting on my IDE to use the /bin/zsh
But I still get a bash (my old SHELL) problem ? I get the same problem on VScode.
If anyone has any help or information to provide, I would gladly accept it !
Thanks a lot.