animated_splash_themes 1.1.1 copy "animated_splash_themes: ^1.1.1" to clipboard
animated_splash_themes: ^1.1.1 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_themes

With Flutter:

 $ flutter pub add animated_splash_themes

This 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.1

Alternatively, 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';
2
likes
0
points
415
downloads

Publisher

verified publisherwarashibetech.com

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on animated_splash_themes