79306040

Date: 2024-12-24 16:23:06
Score: 0.5
Natty:
Report link

Globally configuration for json_serializable in a Flutter project.

Create a file called build.yaml at the root of your Flutter project and paste the code below.

targets:
  $default:
    builders:
      json_serializable:
        options:
          include_if_null: false
          explicit_to_json: true
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: 3kdeveloper