Skip to content

Migrating from Manifest / Activity defined custom splash screens #2

@davidgaspardev

Description

@davidgaspardev

Information about this migration

Previously, Android Flutter apps would either set io.flutter.embedding.android.SplashScreenDrawable in thier application manifest, or implement provideSplashScreen within their Flutter Activity. This would be shown momentarily in between the time after the Android launch screen is shown and when Flutter has drawn the first frame. This is no longer needed and is deprecated – Flutter now automatically keeps the Android launch screen displayed until Flutter has drawn the first frame. Developers should instead remove usage of these APIs.

Screen Shot 2021-09-23 at 23 32 30

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions