InkWell: A ripple effect, also known as a wave effect, is a visual effect that occurs when an object, such as a button or a link, is tapped or clicked. It’s called a ripple effect because the visual effect resembles a series of ripples spreading outwards from the point of...
Continue reading...Flutter Beginner Tutorial
Flutter Animation: How to Rotate a Circle in the Flutter
Flutter Animation: In this article, we will see how can we rotate a circle with animation in the Flutter. Flutter has an “AnimationController” to control the animation and an “AnimatedBuilder” to build means to show the animation on the screen of any widget. We can use the AnimationController and its...
Continue reading...Flutter Animation: How to repeat the animation of the circle
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 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...Scaffold – Widget of the day #01 | Flutter Beginner
In this article, We will see the flutter Scaffold widget. we will understand all its properties and also the things we use in every project. In our flutter project, we declare each and everything under the scaffold widget. Scaffold widget has many properties like app bar, drawer, backgroundColor, floating action...
Continue reading...Flutter UI, Splash, login, Signup, Forget password Screen Flutter UI, How to Use GetX
In this article, we will learn the Flutter UI of splash, login, signup, and forget password screen. We will design these screens by using the GetX State Management. You will learn what is GetX and how you can use this in your projects. You will learn how to navigate to...
Continue reading...