animated_splash_themes 1.1.0
animated_splash_themes: ^1.1.0 copied to clipboard
Richly animated Flutter splash screens with 5 built-in styles: Particles, Neon, Grid, Bounce, and Expand (X-style logo zoom). Supports random style selection, custom colors, and configurable display duration.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add animated_splash_themesWith Flutter:
$ flutter pub add animated_splash_themesThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
animated_splash_themes: ^1.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:animated_splash_themes/animated_splash_themes.dart';