Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove handling of the Flutter splash screen #105173

Closed
flutter/engine
#44047
@blasten

Description

@blasten

Flutter splash screen are deprecated: https://docs.flutter.dev/development/ui/advanced/splash-screen#migrating-from-manifest--activity-defined-custom-splash-screens

There are a number of apps that add the metadata io.flutter.embedding.android.SplashScreenDrawable to AndroidManifest.xml in g3.

Recently, the logic that lookups the drawable in the embedding is causing some issues on Android T beta.
See http://b/234598486, and http://b/231425885

This code can be removed from the engine assuming all 1P clients can be migrated.

Metadata

Metadata

Assignees

Labels

P1High-priority issues at the top of the work listc: tech-debtTechnical debt, code quality, testing, etc.platform-androidAndroid applications specificallyteam-androidOwned by Android platform teamtriaged-androidTriaged by Android platform team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions