Louiejay Lomibao

How To Add Snackbars In Flutter

Snacks are great when we’re on a break working on projects in Flutter, but today’s topic isn’t about food but about a user interface that, consequently enough, the people at Google called it snackbars. Basically, a Snackbar informs users of a process that an app has performed or will perform. They appear temporarily, towards the …

How To Add Snackbars In Flutter Read More »

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 Make Yoast SEO Green

You’ve probably been making blogs and learning a lot about SEO, but there’s still something missing. Whatever method you used to improve your readability score, the Yoast SEO indicator light to the left of it makes you wonder why you’ve never gotten it to green. That is why I am going to teach you how …

How to Make Yoast SEO Green 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 »