有两种方式创建Flutter应用:通过终端,通过编辑器。
通过终端(Windows和macOS都是一样的命令)
flutter create helloflutter
将代码运行到模拟器中:
flutter run -d 模拟器id
多个模拟器可以通过id选择运行到哪里一个模拟器上
有两种方式创建Flutter应用:通过终端,通过编辑器。
通过终端(Windows和macOS都是一样的命令)
flutter create helloflutter
将代码运行到模拟器中:
flutter run -d 模拟器id
多个模拟器可以通过id选择运行到哪里一个模拟器上