animated_splash 0.0.1 copy "animated_splash: ^0.0.1" to clipboard
animated_splash: ^0.0.1 copied to clipboard

outdated

A light weight package for flutter apps, that easily shows a splash screen with a nice fade animation, for a specific amount of time, also it executes peace of code that needs to be run while the spla [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add animated_splash

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  animated_splash: ^0.0.1

Alternatively, 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/animated_splash.dart';
192
likes
20
pub points
84%
popularity

Publisher

unverified uploader

A light weight package for flutter apps, that easily shows a splash screen with a nice fade animation, for a specific amount of time, also it executes peace of code that needs to be run while the splash screen is shown.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on animated_splash