1.简单粗暴的方法

进入想要创建项目的文件夹,执行cmd

mac

sudo flutter create  项目名

windows

flutter create 项目名

2.进入android Studio 手动打开项目

相关文章: