Animated White-Black Splash Screen
Animated WB Splash Screen package lets you add an animated splash screen to your Flutter app.
Features
The AnimatedWBSplashScreen widget is built to be the entry point of any Flutter app (Splash Screen), replacing the default opening method. By using the appName and nextPageproperties, you can provide the name of your app and the next page to be displayed.
The package will handle the animation by itself.

Getting started
- Add the latest version of package to your
pubspec.yaml(and rundart pub get):
dependencies:
animated_wb_splash_screen: ^1.0.0
- Import the package and use it in your Flutter App.
import 'package:animated_wb_splash_screen/animated_wb_splash_screen.dart';
Usage
There are a number of properties that you can modify:
- appName (your app name)
- nextPage (next page to be displayed)
Example Usage ( complete with all params ):
|
Here's what it looks like:
|
Next Goals
We are working on some improvements including:
Make the app name style customizable.Make the splash colors customizable.
Issues & Feedback
Please file an issue! to send feedback or report a bug. Thank you!