Skip to content

[UIScene] Enable UIScene migration feature as default #177266

@vashworth

Description

@vashworth

Currently, the Flutter feature enable-uiscene-migration is disabled by default. Once we're running, we should have it be enabled by default:

const uiSceneMigration = Feature(
name: 'support for migrating to UIScene lifecycle',
extraHelpText:
'If enabled, Flutter will migrate your app to iOS UIScene lifecycle if possible or '
'otherwise instruct you to migrate manually.',
configSetting: 'enable-uiscene-migration',
environmentOverride: 'FLUTTER_UISCENE_MIGRATION',
master: FeatureChannelSetting(available: true),
beta: FeatureChannelSetting(available: true),
stable: FeatureChannelSetting(available: true),
);

Metadata

Metadata

Assignees

Labels

P2Important issues not at the top of the work listteam-iosOwned by iOS platform teamtoolAffects the "flutter" command-line tool. See also t: labels.triaged-iosTriaged by iOS platform team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions