How to Create a Custom Text Widget 2021

Flutter: How to Create a Custom Text Widget 2022

While developing the Flutter app, sometimes the code might get too messy, so it’s hard to read and maintain. This might happened not because the code is bad, or written…

Read more »
type ‘String’ is not a subtype of type ‘DateTime’ in type cast

[Solved]: type ‘String’ is not a subtype of type ‘DateTime’ in type cast

When you are working with date time in Flutter, sometimes you might get an error: type ‘String’ is not a subtype of type ‘DateTime’ in type cast. Usually, it happens when…

Read more »
[firebase_auth:internal-error] An internal error has occurred, print and inspect the error details for more information

[Solved]: [firebase_auth/internal-error] An internal error has occurred, print and inspect the error details for more information.

When you just starting with Firebase Authentication and Flutter, you might get an error: “An internal error has occurred, print and inspect the error details for more information.” This is most likely…

Read more »
AppBar() - Full Review

Flutter: Everything about AppBar() Widget

Flutter AppBar is one of the main widgets that more than 95% of developers are going to use it. In this article, I will explain to you the most common and useful…

Read more »
organized-navigation-named-route-in-flutter

Organized Navigation Named Route in Flutter 2022

Navigate pages with a named route in flutter is probably one of the most common methods to use when you create an application. Named route helps you organize the code and simply navigate…

Read more »