build_runner is a Dart package that will help us to generate files using Dart code . We will configure Builder files, via a build. yaml; once it is configured, we will receive updates once a build is triggered, or a file has changed, and we will be able to parse the code that changed or meets a certain criteria.