简体   繁体   English

向现有 Flutter 应用程序添加桌面支持

[英]Add desktop support to an existing Flutter app

flutter create --platforms=windows,macos,linux .

On executing the above command I am getting the following error.在执行上述命令时,我收到以下错误。

'flutter' is not recognized as an internal or external command, operable program or batch file. 'flutter' 不是内部或外部命令、可运行程序或批处理文件。

Try this turorial.试试这个教程。 You probably do not have flutter inside your environment variables您的环境变量中可能没有 flutter

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM