
How to Parse JSON in Dart/Flutter with Code Generation using Freezed
11 min read
Tired of writing JSON parsing code by hand? Here's how to automate this with code generation and the Freezed package.
Tired of writing JSON parsing code by hand? Here's how to automate this with code generation and the Freezed package.
Two effective techniques for reducing code generation times for Flutter apps that use build_runner.