Currently they are pregenerated and added to the templates.
When the codegenerator output changes the templates have to be updated.
If this mechanism is kept add step into ci pipline which updates the generated files automatically when ever code generator ouptus changes.
Hint: Removing all pre generated files from templates and run build_runner on them (this is not good because it takes long and slows down command execution time drastically)
Currently they are pregenerated and added to the templates. When the codegenerator output changes the templates have to be updated. If this mechanism is kept add step into ci pipline which updates the generated files automatically when ever code generator ouptus changes.
Hint: Removing all pre generated files from templates and run build_runner on them (this is not good because it takes long and slows down command execution time drastically)