Flutter Material 3 - How to Use Custom Colors

Flutter – Material 3: How to Use Custom Colors?

Hello Flutter developers, in this article, we are going to learn how to use custom colors using Material 3 (M3). Since M3 was announced, people have started asking many questions…

Read more »
Oflutter: Flutter Color Hex

Flutter: Color () with Hexadecimal

While styling the flutter application, you may be used to Color .fromRGBO(), however, the commonly used approach in higher-level development is hexadecimal since most of the design’s colors are made…

Read more »
Flutter GetX Simple Named Routing Navigation

Flutter: GetX Simple Named Route Navigation 2022

When you develop an app, routing navigation is one of the most travail questions that many new developers search for. Not only routing in the app has to be simple…

Read more »
Oflutter Private Constructor

Flutter: What is MyClass_.() ? aka Private Constructor 2022

While reading some Flutter blogs or watching Flutter tutorials, you might see that some developers are using _.() aks private constructor after creating a Class. And you might be wondering…

Read more »
Oflutter - Simple Recipe List App using flutter and API

Simple Recipe List App using Flutter and API 2022

In this article, we will learn how to create a simple recipe list app using Flutter and API. This tutorial is for absolute beginners who want to learn how to…

Read more »