animated_splash_plus 1.0.3
animated_splash_plus: ^1.0.3 copied to clipboard
A highly customizable animated splash screen package for Flutter with beautiful sunset effects and text animations.
1.0.3 #
Enhancements #
- Added detailed customization options for the sunset gradient background animation:
skyStartTopColorskyStartMiddleColorskyStartBottomColorskyEndTopColorskyEndMiddleColorskyEndBottomColor
- Introduced customizable text styles:
appNameTextStylesubtitleTextStylewelcomeTextStyle
- Included
sunSizeandsunScaleFactorparameters for adjusting the size and scaling behavior of the animated sun. - Added support for custom animation curves:
sunsetCurvetextAppearCurvewelcomeTextCurve
- Improved typography and animation control for a more flexible and polished splash experience.
- Sun Image Support: Added the ability to use an image for the sun, replacing the previous gradient-only sun. This is achieved by introducing an optional
sunImageparameter to theSplashConfigandCustomSunWidget. - Improved Text Animations: Refactored
AnimatedAppNameTextto enhance the text animation quality, making it more fluid and engaging. - Enhanced Color Management: Replaced
withOpacitywithwithAlphato improve color management. - Code Documentation: Improved inline documentation across multiple classes (
AnimatedAppNameText,CustomSunWidget,SplashConfig) to enhance readability and maintainability.
Bug Fixes #
- Resolved issues with text alignment and positioning during animations.
- Fixed potential null safety warnings in the
SplashConfigclass by providing default values for all parameters.