-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listteam-iosOwned by iOS platform teamOwned by iOS platform teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-iosTriaged by iOS platform teamTriaged by iOS platform team
Description
Very similar to #148586 for newly created plugins (not apps or plugin example apps).
We have metrics that show in 2024 Q1 less than 8% of flutter create -t plugin plugins were Objective-C. Deprecate and remove the flag and templates once that number reaches < 3% (making that number up..)
- Add a deprecation warning that the flag will be removed in a future release. Let that sit for a stable release or so to see if we get complaints. Add deprecation warning for "flutter create --ios-language" #155867
- Remove the
--ios-languageflag and plugin templates from the tool.
Users will still be able to add Objective-C code to their plugin or replace the Swift code that's there with Objective-C.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listteam-iosOwned by iOS platform teamOwned by iOS platform teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-iosTriaged by iOS platform teamTriaged by iOS platform team