Flutter: How to create a new project

前端 未结 8 1100
攒了一身酷
攒了一身酷 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:04

    flutter create "project_name" - (without quotes) creates flutter application. 7 Flutter Commands

提交回复
热议问题