Add desktop support to an existing Flutter app $ flutter create –platforms=windows,macos,linux . This adds the necessary desktop files and directories to your existing Flutter project. To add only specific desktop platforms, change the platforms list to include only the platform(s) you want to add.