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 »
floating button change background color

Change Floating Button Color in Flutter

When you create an app, you probably have a color palitra for your app design. Flutter, by default, has a blue color for all Floating Buttons and AppBar. In this…

Read more »