Written by Pedro Marquez who lives and works in Austin, Texas, doing all things front-end (and some back-end too).
In this second part of the series, we discuss how to create a custom builder to generate SQL code out of Dart classes.
Dart libraries like Mockito make heavy use of source-code generation.
In the first of this series of posts, we will explore why we need to generate Dart source code in a Flutter project and what alternatives we have.