Programming

How to Add Menus In Flutter

A menu can be the complete user interface of a system or only a portion of a more sophisticated one. In the same way, menus in Flutter present a list of options on temporary surfaces. When users interact with a button, action, or other control, they appear. Fundamental of Menus In Flutter Naturally, menus should …

How to Add Menus In Flutter Read More »

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 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 »

How To Use DraggableScrollableSheet in Flutter

First, what is a DraggableScrollableSheet widget? Basically, it is a scrollable container that responds to dragging motions by resizing the scrollable until a limit is reached, then scrolls. This blog will discuss and teach how to use DraggableScrollableSheet in Flutter. You can also check out the documentation on how to use DraggableScrollableSheet in Flutter here. …

How To Use DraggableScrollableSheet in Flutter Read More »