unique_splash_screen
library
Classes
-
BackgroundImageDecoration
-
BackgroundImageDecoration is a convenient wrapper for DecorationImage
to easily specify a background image for the splash view.
-
DefaultLoadingIndicator
-
DefaultLoadingIndicator provides a standard CircularProgressIndicator
to be used as the loading animation on the splash screen if none is specified.
-
Done
-
The
Done class defines how to redirect to the next page
after the splash screen finishes loading.
It uses a custom page transition.
-
SplashLogger
-
SplashLogger provides simple debug and error logging specific to the
splash screen, active only in debug mode.
-
SplashScreen
-
The
SplashScreen widget is a highly customizable splash screen for Flutter applications.