Flutter Development (Day-13): In this post we are going to talk about basic animations in Flutter First we start the animation by creating two objects Animation animation, AnimationController animationController. Animation lets us deal with different types of animations like Tween. The tween is something in which you specify the input output range. Here begin is set to -1 and end is 0.0 which means the animation happens from out of the screen to the center of the screen. or rather, from the left most edge to the center of the app. We are also doing an ease in animation, so we specify the curve as fast out slow in. In the initState we provide the animation because the animation should occur when user launches the app. void initState() { super.initState(); animationController = AnimationController( vsync: this, duration: Duration( ...
Hello. Great blog you have here.
ReplyDeleteI saw your project on awesome flutter. I was wondering how you were able to get your project onto their platform?
This comment has been removed by the author.
ReplyDeleteI don't know how, can you share me the link
ReplyDeleteVery interesting post...
ReplyDeleteGood information about Flutter Development
Top 7 best flutter app development tools of 2021
flutter app development services