Tijn van den Eijnde @onlyflutter.com · Nov 30

When starting new Flutter projects with the "flutter create project_name" command, you might find yourself needing to manually remove certain platform folders. Fortunately, there is a more efficient way to exclude platforms using the "flutter config" command. #Flutter #FlutterDev

8 likes 1 replies

?

Replies

Fré Dumazy 💙 · Nov 30

You can use 'flutter create project_name --platforms=ios,android' or '--platforms android --platforms ios' multiple times