We currently always run `flutter create .` to enable a new platform, but that enables them all. We can instead run `flutter create --platforms macos .` (etc.) to enable just that one.