animated_splash_themes 1.0.1
animated_splash_themes: ^1.0.1 copied to clipboard
Richly animated Flutter splash screens with 4 built-in styles: Particles, Neon, Grid, and Bounce. 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.0.1Alternatively, 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';