Month: June 2022

How to Use Dividers In Flutter

Do you want to create beautiful material dividers without spending too much time learning new design tools? These Flutter Material Dividers let you easily divide your screen into three areas. This blog is all about how to use dividers in Flutter. Material Design is Google’s official UI style guide that encourages a minimalist approach. It …

How to Use Dividers In Flutter Read More »

How To Use Checkboxes In Flutter

Credit To: Pexels.com | Pixabay A checkbox (also known as a tickbox or tick box) is a graphical widget that allows the user to make a binary choice, that is, a choice between one of two mutually exclusive possibilities. For example, for a simple yes/no question, the user may be required to answer “yes” (checked) …

How To Use Checkboxes In Flutter Read More »

How to Use Focus Assist

The majority of laptop users deal with receiving many notifications and advertisements from various websites. However, as technology advances, more accessibility features are developed to help us get the most out of our devices. To create a distraction-free workplace, there is Focus Assist to stop different kinds of notifications. When you’re attempting to focus on …

How to Use Focus Assist Read More »

How To Use Time Pickers In Flutter

Users can insert a specific time value into time pickers. They can be used in a variety of settings, like setting an alarm and scheduling a meeting. Hence, time pickers have become an integral part of our society as modern civilization tends to manage everything, not only limited to time. That is why, as developers, …

How To Use Time Pickers In Flutter Read More »

How to use Material Tooltips in Flutter

Hello, everybody! Today, I’ll go over another widget that is unavoidably present in our daily lives, utilizing desktop, online, and mobile technology. This widget is referred to as “tooltips.” and I am going to discuss how to use Material Design Tooltips in Flutter. In Addition, A tooltip is a small dialog that appears when you …

How to use Material Tooltips in Flutter Read More »

How To Use Material Design Chips In Flutter

You’ve probably unknowingly pressed chips before whenever surfing through the internet, emailing, or using apps. Basically, chips are everywhere, which is why today we will know how to use material chips in flutter. We’ve already covered chips and badges before, but those are external packages. We’re going to cover the material’s chip, which doesn’t require …

How To Use Material Design Chips In Flutter Read More »