Louiejay Lomibao

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 »

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 »

How to Use Flutter Packages (http)

You don’t need to keep reinventing the wheel in flutter; there’s such a community that shares their pieces of code and functionality. These pieces of code are called packages, and today I am going to show you where you can find these packages, how to install them in your project, and lastly, how to use …

How to Use Flutter Packages (http) Read More »