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

Animated OnBoarding screens with the page indicator using flutter

Animated OnBoarding screens – OnBoarding Animation provides page like animation to the onBoarding screens with the page indicator – Animated OnBoarding screens with the page indicator using flutter OnBoarding Animation OnBoarding Animation provides page like animation to the onBoarding screens with the page indicator. Screen recording Usage Installation Add onboarding_animation: any to Read more