
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.
Mixing UI and logic inside Flutter widgets is bad. Here's how to refactor a simple app for better separation of concerns, immutability, and type safety using Freezed & State Notifier.
Two effective techniques for reducing code generation times for Flutter apps that use build_runner.