animated_splash_themes 1.1.4
animated_splash_themes: ^1.1.4 copied to clipboard
Animated Flutter splash screens with 5 built-in styles (Particles, Neon, Grid, Bounce, Expand): random selection, custom colors, configurable duration.
Changelog #
1.1.4 #
- Shorten
pubspec.yamldescription to fit pub.dev's recommended 60–180 char range - Clarify that
iconPathis optional (not unused) forSplashStyle.expand
1.1.3 #
- Update README installation snippet to reference the current version
1.1.2 #
- Shrink README preview GIFs to stay under pub.dev's package size limit
1.1.1 #
- Update README preview GIFs with higher-quality recordings
1.1.0 #
- Add
SplashStyle.expand— X-style zoom-out of the app name (and optional icon) on launch - Two-stage expand curve: subtle pre-scale followed by an
easeInExpoburst for a Twitter-like feel iconPathis now optional (required only for styles other thanexpand)
1.0.2 #
- Add animated GIF previews for all splash styles to README
1.0.1 #
- Remove center dot from GridStyle icon decoration
1.0.0 #
- Initial release
- 4 built-in animated styles: Particles, Neon, Grid, Bounce
- Random style selection support
- Configurable app name, subtitle, icon path, duration, and navigation
- Custom background gradient colors via
backgroundColors - Custom accent color via
accentColor