Umbrella issue to track all of the Objective-C to Swift migration work within Flutter and 1p Flutter packages
Note: developers will continue to be able to mix Swift and Objective-C in projects and packages as long as Apple (Xcode, Swift Package Manager, etc) allows it. However Flutter will no longer generate Objective-C code, it will be up to developers to handle Objective-C integration themselves, as with any native darwin project.
Umbrella issue to track all of the Objective-C to Swift migration work within Flutter and 1p Flutter packages
flutter create --ios-language objcfor new apps #148586flutter create --ios-language objc -t pluginfor new plugins #169683Note: developers will continue to be able to mix Swift and Objective-C in projects and packages as long as Apple (Xcode, Swift Package Manager, etc) allows it. However Flutter will no longer generate Objective-C code, it will be up to developers to handle Objective-C integration themselves, as with any native darwin project.