Skip to content

Remove iOS languages from new project creation #7439

@jmagman

Description

@jmagman

Steps to Reproduce

The flutter tool will be removing the option to create a new Flutter app using Objective-C with flutter create --ios-language
flutter/flutter#148586

Remove "iOS languages" from the project creation wizard, and stop passing in the --ios-language flag
Screenshot 2024-05-17 at 3 52 20 PM

iosLanguageRadios = new RadiosForm(FlutterBundle.message("flutter.module.create.settings.radios.ios.object_c"),
FlutterBundle.message("flutter.module.create.settings.radios.ios.swift"));

if (swift == null || Boolean.FALSE.equals(swift)) {
args.add("--ios-language");
args.add("objc");
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions