Deprecate SplashScreenProvider (flutter/engine#28921)

This commit is contained in:
Camille Simon 2021-09-29 11:11:06 -07:00 committed by GitHub
parent 5af4fedb8a
commit 0eddf5471a

View File

@ -8,7 +8,14 @@ import androidx.annotation.Nullable;
/**
* Provides a {@link SplashScreen} to display while Flutter initializes and renders its first frame.
*
* <p>Flutter now automatically keeps the Android launch screen displayed until Flutter has drawn
* the first frame, and thus, there is no longer a need to provide an implementation of this
* interface.
*
* @deprecated
*/
@Deprecated
public interface SplashScreenProvider {
/**
* Provides a {@link SplashScreen} to display while Flutter initializes and renders its first