When you think about mobile app then First step of app is Splash screen. So why we should not implement attractive UI with animation in Splash screen? Here we serve animated splash screen for Flutter.
You can Download Source Code via Github.

Splash Screen
It is very easy to implement Splash screen in flutter as following simple code
animationController = new AnimationController(
vsync: this, duration: new Duration(seconds: 4));
animation =
new CurvedAnimation(parent: animationController, curve: Curves.easeOut);
animation.addListener(() => this.setState(() {}));
animationController.forward();
setState(() {
_visible = !_visible;
});
startTime();
startTime() async {
var _duration = new Duration(seconds: 3);
return new Timer(_duration, navigationPage);
}
void navigationPage() {
Navigator.of(context).pushReplacementNamed(HOME_SCREEN);
}
Intro Screen
Here I have attached Intro screen code as following
FadeAnimation(
2,
Text(
page.toString(),
style: TextStyle(
color: Colors.white,
fontSize: 30,
fontWeight: FontWeight.bold),
)),
Expanded(
child: Column(
mainAxisAlignment: MainAxisAlignment.end,
crossAxisAlignment: CrossAxisAlignment.start,
children: <Widget>[
FadeAnimation(
1,
Text(
title,
style: TextStyle(
color: Colors.white,
fontSize: 50,
height: 1.2,
fontWeight: FontWeight.bold),
)),
SizedBox(
height: 20,
),
FadeAnimation(
2,
Padding(
padding: const EdgeInsets.only(right: 10),
child: Text(
description,
style: TextStyle(
color: Colors.white.withOpacity(.7),
height: 1.9,
fontSize: 15),
),
)),
SizedBox(
height: 20,
),
FadeAnimation(
2.5,
Text(
'READ MORE',
style: TextStyle(color: Colors.white),
)),
SizedBox(
height: 30,
),
],
),
)
Login Screen
Here I have attached Login animation code as following
Icon Animation
AvatarGlow(
endRadius: 90,
duration: Duration(seconds: 2),
glowColor: Colors.white24,
repeat: true,
repeatPauseDuration: Duration(seconds: 2),
startDelay: Duration(seconds: 1),
child: Material(
elevation: 8.0,
shape: CircleBorder(),
child: CircleAvatar(
backgroundColor: Colors.grey[100],
child: FlutterLogo(
size: 50.0,
),
radius: 50.0,
)),
)
Text Animation
DelayedAnimation(
child: Text(
"Hi There",
style: TextStyle(
fontWeight: FontWeight.bold,
fontSize: 35.0,
color: color),
),
delay: delayedAmount + 1000,
),
add following lib code in your .yaml file
simple_animations: ^1.3.3
avatar_glow:
You can Download Source Code via Github.

We stumbled over here coming from a different website and thought I might check things
out. I like what I see so i am just following you.
Look forward to looking at your web page repeatedly.
Great info. Lucky me I ran across your site by chance (stumbleupon).
I’ve book marked it for later!
It’s an remarkable article
in favor of all the web people; they will get advantage
from it I
am sure.
If you can create extra articles such as this, I would be truly thankful.
Anyway, thank you so much!
It’s wonderful that you are getting thoughts from this post as well
as from our dialogue made here.
It is actually a nice and helpful piece of information. I’m
happy that you simply shared this helpful information with us.
Please keep us up to date like this. Thank you for sharing.
Hi there, its fastidious article on the topic of media print, we all understand media is a fantastic source of facts.
Hi there mates, fastidious paragraph and fastidious arguments commented here,
I am actually enjoying by these.
Hello to all, it’s truly a nice for me to visit this site, it
consists of precious Information.
I couldn’t resist commenting. Well written!
Remarkable! Its genuinely awesome piece of writing, I have got much clear idea concerning from this article.
This is my first time visit at here and i am really pleassant to read all at alone place.
Inspiring quest there. What occurred after?
Good luck!
What’s up, always i used to check web site posts here in the early hours in the break
of day, as i enjoy to find out more and more.
continuously i used to read smaller content which as
well clear their motive, and that is also happening with this article which I am reading at this place.
It’s nearly impossible to find knowledgeable people for
this topic, but you sound like you know what you’re talking about!
Thanks
I’m truly enjoying the design and layout of your site.
It’s a very easy on the eyes which makes it much more enjoyable for me to come here and visit more often. Did you hire out a developer to create
your theme? Excellent work!
I have read so many content about the blogger lovers but
this piece of writing is in fact a pleasant paragraph,
keep it up.
Wow that was unusual. I just wrote an very long comment but after I
clicked submit my comment didn’t show up. Grrrr… well I’m not writing all that over again. Anyways,
just wanted to say excellent blog!