Category: Tutorials
-
You may come across an error message that says “the argument type ‘Map<dynamic, dynamic>’ can’t be assigned to the parameter type ‘Map<String, dynamic>’.” This error occurs when you try to assign a map with dynamic keys or values to a map with specific key and value types. In this tutorial, we’ll show you how to…
-
To quick to upgrade to Flutter 3.0 and your apps are no longer working? You can either spend a bit of time to make them compatible with any breaking changes, or you can rollback to to the previous version to buy a bit of time. By using the flutter downgrade-commmand, it’s easy to jump back to…