Tag: json_serializable

  • Freezed+json_serializable Package

    What can Freezed+json_serializable packages do for you? Setup 1. Import dependencies Pubspec.yaml should look like this 2. Exclude generated files from analysis 3. Watch with build runner This will start watching your code and as long as the terminal session is opened it will generate the code upon our changes 4. Create class with model…