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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add animated_splash_themesThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
animated_splash_themes: ^1.1.4Alternatively, your editor might support 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';