Code-gen in Dart & Flutter: Reflection and code gen
August 26, 2022Dart 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.