Flutter: How to create a new project

前端 未结 8 1104
攒了一身酷
攒了一身酷 2020-12-13 08:44

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

8条回答
  •  时光取名叫无心
    2020-12-13 09:09

    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

    flutter create test_project
    

    And here is my Xcode Project ready with workspace.

    enter image description here

提交回复
热议问题