theme_code_gen 1.0.0
theme_code_gen: ^1.0.0 copied to clipboard
Builder (code generator) to create ThemeExtension classes from your Color/TextStyle definitions.
0.1.1 #
- Added gradient generation via
@gradientAnnotation(ThemeGradientGenerator). - README updated to use
dart run build_runner build.
0.1.0 #
- Split annotations into a separate package:
theme_code_gen_annotations. - Fixed generator sources (removed accidental ellipsis lines, internal build imports).
- Generated class names are based on the annotated class to avoid collisions.