splash_screen_view library

Properties

androidSplashImages List<_AndroidDrawableTemplate>
final
androidSplashImagesDark List<_AndroidDrawableTemplate>
final
iOSSplashImages List<_IosLaunchImageTemplate>
final
iOSSplashImagesDark List<_IosLaunchImageTemplate>
final

Functions

checkConfig(Map<String, dynamic> config) → void
checkImageExists({required Map<String, dynamic> config, required String parameter}) String
createBackgroundImages({required String backgroundImage, required String darkBackgroundImage}) → void
createSplash() → void
Create splash screens for Android and iOS
createSplashByConfig(Map<String, dynamic> config) → void
Create splash screens for Android and iOS based on a config argument
createSplashCss({required String color, required String darkColor}) → void
createWebImages({required String imagePath, required List<_WebLaunchImageTemplate> webSplashImages}) → void
getConfig({String? configFile}) Map<String, dynamic>
Get config from pubspec.yaml or splash_screen_view.yaml
parseColor(dynamic color) String
removeSplash() → void
Remove any splash screen by setting the default white splash
updateIndex({required String imageMode, required bool showImages}) → void