How do I add a platform to my Flutter?

flutter create . You can simply run this from the root of your Flutter project and it will add the required files for all platforms. If you only want to add support for specific enabled platforms, you can do that by supplying the –platforms argument: flutter create –platforms=web,macos .

Sizin İçin Seçtik  How do I know what platform my flutter is on?

Leave a Reply

Your email address will not be published. Required fields are marked *