Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to create project in vscode terminal

enter image description here

I'm new to Flutter and was trying to create a flutter project in the vscode terminal, but it tells me that there are "Multiple output directories specified". How can I fix this problem?

like image 826
icomittedtocode Avatar asked Sep 16 '25 18:09

icomittedtocode


1 Answers

Remove spaces from your project name (flutter create my_application) Instead of space put this _

like image 126
Armel SIMPORE Avatar answered Sep 19 '25 09:09

Armel SIMPORE