mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Deprecate SplashScreenProvider (flutter/engine#28921)
This commit is contained in:
parent
5af4fedb8a
commit
0eddf5471a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user