Question posted in Xcode
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
5
Answers
It is impossible run Flutter in Visual Studio
You must to use the VS Code and to open a folder or a workspace.
Have you tried using the terminal, open up terminal and cd into the directory where your project is and then run the command
this will open up vs code for that project folder,
This command works for linux distros and windows not sure about mac os. 🙂
I don’t think you can use Visual Studio to do flutter development, If it’s possible, I haven’t heard of it.
The closest you can get to Visual Studio is by using Visual Studio Code.
You will open VS Code go-to File > Open Folder and then Select a folder you want to open
Note: Visual studio is not supported for flutter projects.
Alternative: Visual Studio Code is supported
Link to download visual studio code from here