flutter_design_codegen
The idea is to integrate builders that helps to reduce the verbosity of the code to manage design system constructs as well as to easily integrate into the catalog:
.dart→.design.dart: generate code from annotations to facilitate the design system catalog integration & testing. The.catalog.dartfiles are only used by the design system viewer hence it will be tree shaken from production code.
Last updated