Flutter: How to create a new project

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

    In Android Studio there is direct option to Create new flutter project

    In Editors using any command shell, if you want create sample project then this is usefull, to create sample project following command is used

    flutter create sample_project
    

    if you want to explore more:

    flutter create --help
    
    0 讨论(0)
  • 2020-12-13 09:19

    i think creating the project in Vs code is better. All you need is just to run

    "flutter create 'project_name'"

    0 讨论(0)
提交回复
热议问题