Tue, Mar 7, 2023
Converting JSON to Dart code is an important part of working with Dart and Flutter applications. It involves generating Dart classes from JSON data, which can simplify data parsing and manipulation in your application. One way to achieve this is to use the Dart Quicktype library. Here's a step-by-step guide on how to install and use Dart Quicktype to convert JSON to Dart code.
Read more →
Tue, Mar 7, 2023
Using Dart Quicktype involves several steps, including installing the tool, generating the code, and using the generated code in your Dart application. In this section, we will provide a detailed guide on how to use Dart Quicktype with examples.
Read more →
Mon, Dec 26, 2022
In this post we take a look at "do" keyword with some example codes.
Read more →
Sat, Dec 24, 2022
In this post we take a look at "deferred" keyword with some example codes.
Read more →
Thu, Dec 22, 2022
In this post we take a look at "default" keyword with some example codes.
Read more →
Tue, Dec 20, 2022
In this post we take a look at "covariant" keyword with some example codes.
Read more →
Mon, Dec 19, 2022
In this post we take a look at "continue" keyword with some example codes.
Read more →
Fri, Dec 16, 2022
In this post we take a look at "class" keyword with some example codes.
Read more →
Mon, Dec 12, 2022
In this post we take a look at "case" keyword with some example codes.
Read more →
Sun, Dec 11, 2022
In this post we take a look at "break" keyword with some example codes.
Read more →
Sat, Dec 10, 2022
In this post we will take a look at the benefits and drawbacks of learning Flutter which might help you to decide to be a Flutter developer
Read more →
Thu, Dec 8, 2022
In this post we will take a look at what Dart "typedef" is and how to use it.
Read more →