Hello flutter geeks this is the series of Flutter where I will write blogs on Flutter widgets with their all properties. So, basically, I publish articles regularly. In this article, I will let you know about the Flutter App Bar widget and also will discuss the all properties of the App...
Continue reading...flutter skillypro
Flutter InkWell
: How to add Ripple Effect on any widget
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 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...Native Apps And Hybrid Apps? Pros & Cons
What are Native Apps? Native apps are software applications that are used in a platform. The programming language of native apps is based on the platform. It is designed specifically for operating systems. So whatever the hardware and software that the O/S uses, will be used by native apps too. Where...
Continue reading...