A Splash Screen ui design using Flutter source code

Splash Screen View with Flutter – A Splash Screen ui design using Flutter source code This is a Splash Screen Package Features SplashScreen({ super.key, this.duration = const Duration(seconds: 5), required this.nextPage, this.circleHeight = 0, this.iconBackgroundColor, this.backgroundColor, this.timer, this.child, this.text, }); SplashScreen with Gradient SplashScreen.gradient({ super.key, this.duration = const Duration(seconds: 5), Read more…