Interface SplashScreenProvider

  • All Known Implementing Classes:
    FlutterActivity, FlutterFragment, FlutterFragmentActivity

    @Deprecated
    public interface SplashScreenProvider
    Deprecated.
    Provides a SplashScreen to display while Flutter initializes and renders its first frame.

    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.

    • Method Detail

      • provideSplashScreen

        @Nullable
        SplashScreen provideSplashScreen()
        Deprecated.
        Provides a SplashScreen to display while Flutter initializes and renders its first frame.
        Returns:
        The splash screen.