Articles & Publications
Collection of my thoughts and insights published on various platforms like Medium, LinkedIn, and personal blog.

What Are the Top Flutter Packages for Speed, Stability and Productivity?Part-1
Hi to everyone, in this article we are going to talk about the most useful Flutter packages to use in your next project.

What Are the Top Flutter Packages for Speed, Stability, and Productivity? Part-2
Hi readers this is my third post in medium, last week published the first part of todayโs article where I discussed 8 Best Flutter packages you canโt avoid using in your next project.

Take a Screenshot of any Widget programmatically in Flutter
Sometimes, we really need to capture specific things from our application but we donโt know how to do it in a few steps without using any external package thatโs the reason I am here to discuss the programmatic technique to capture your flutter widgets on a single tap.

Are you targeting GSoC'25? Hereโs how to increase your chances ๐
Are you targeting GSoC'25? Hereโs how to increase your chances ๐.

Everything You Need to Know About GestureDetector in Flutter
Flutter provides some really amazing out-of-the-box widgets for handling user gestures and taps or touch events. This widget wrap your widgets so that they are able to respond to touch events.