A build system for Dart code generation and modular compilation. … The build_runner package provides a concrete way of generating files using Dart code , outside of tools like pub . Unlike pub serve/build , files are always generated directly on disk, and rebuilds are incremental – inspired by tools such as Bazel.
Read moreWhat is freezed annotation in flutter?
So here we need a lot of data classes while developing a flutter application. So freezed is one of the packages which is used to generate data class and union class . Also, it can be used to serialize and deserialize the JSON data.4 Tem 2021
Read more