[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 »[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 »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 »