Technology

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 Convert JSON Object In Flutter

You might already know how to install a package and receive JSON requests from my last blog, but that JSON response isn’t a map object where you can utilize it for your project use. That is why today I am going to introduce a dart function that can decode the JSON object into something useful. …

How to Convert JSON Object In Flutter Read More »