Flutter Animation: In this article, we will see how can we repeat the animation of a circle in the Flutter. Flutter has an animation controller to control the animation of any widget. We can use the AnimationController and its properties like duration, curve, and more… Repeat Animation of Circle To...
Continue reading...flutter learn
Flutter Animation: How to animate a Circle in the Flutter
Flutter Animation: In this article, we will see how can we animate a circle, how can we repeat animation and how can we rotate a circle in the flutter. Source: LottieFiles.com Animate a Circle: To animate a circle in Flutter, you can use the AnimatedContainer widget. This widget allows you...
Continue reading...AppBar – Widget of the Day #02 | Flutter Beginner Guide
In this article, we will learn about the AppBar widget. We can use this package only inside Scaffold. We will also see some properties of appbar that we can be use in appbar widget and make it more beautiful according to the our requirements. Let’s start the work: Contents Overview...
Continue reading...How to use the flutter native splash package
In this article, we will learn how can we use the flutter native splash package in our flutter project. By using this package we can customize our flutter app native splash screen. We can add the logo of the app, and set the background color of the native splash screen,...
Continue reading...