Custom Widgets

Flutter Buttons Type (Elevated Button, OutlinedButton, TextButton etc)

Flutter Buttons Type (Elevated Button, OutlinedButton, TextButton etc)

Flutter development is becoming popular and more popular every day, due to its wide range of customisation, custom widgets, and very easy-to-implement approach. Today we will learn about flutter button types, and how we can make different type of buttons in flutter. This Flutter different type of buttons example will teach you about the different…

Flutter Custom Radio Button with Custom Shapes

Flutter Custom Radio Button with Custom Shapes

Flutter development is becoming popular and more popular every day, due to its wide range of customization, custom widgets, and very easy-to-implement approach. Today we will learn how we can make flutter custom radio button with custom shapes like square containers, circle containers, or icons. I have tried to demonstrate the different methods so that…

Flutter SWIPE List Items (Like Whatsapp Message reply do)

Flutter SWIPE List Items (Like Whatsapp Message reply do)

Flutter Swipe List Item Tutorial We all have seen the WhatsApp swipe to reply feature, it looks very cool when swipe and a reply text field appears. We can also make the same animation, same left, right swipe (WhatsApp has only right swipe though) events in our flutter project. Here is a very nice library…

Flutter Custom TextField With Label

Flutter Custom TextField With Label

TextField is most useful and used field in any development platform same as in Flutter Development. In this tutorial, we will learn how to make a flutter custom textfield along with attached Label. We will add some important mandatory and optional fields. You can add more fields as per requirement. Flutter custom text field has…