flutter_design_codegen
Good to know: your product docs aren't just a reference of all your features! use them to encourage folks to perform certain actions and discover the value in your product.
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.dart
files are only used by the design system viewer hence it will be tree shaken from production code.
Last updated