I installed Flutter SDK, following steps, provided from this link: Install on macOS - iOS setup.
But unable create a new sample project in Xcode. I can\'t find prope
Yet, there is no way to create a project using Xcode Editor.
As of now, you must have to create a project using 'Terminal' app.
Here I created a sample test_project using following terminal command
test_project
flutter create test_project
And here is my Xcode Project ready with workspace.