mix_generator 0.2.2
mix_generator: ^0.2.2 copied to clipboard
A code generator for Mix, an expressive way to effortlessly build design systems in Flutter.
0.2.2 #
- FEAT: Code generation for Widget Modifiers (#396).
- FEAT: Dto utility generation now adds constructor and static methods (#377).
- FEAT: ColorSwatchToken and other token improvements (#378).
- REFACTOR: Code gen more lint friendly dart code (#399) and (#395).
- FIX: Nullable merge expressions and updates debug properties (#392).
0.2.1 #
- REFACTOR: bump flutter version to 3.19.0 (#365).
- FEAT: modifiers in spec (#333).
0.2.0 #
- Fixed: issue with getting correct type override from MixableDto
- Improved: Dto resolved type look up logic
- Added: generation List of value extension of a Dto
- Added: Class and Enum utility generation
0.1.2 #
- Fixed: Resolved conflict on generators when not configured on build.yaml
0.1.1 #
- Added: Support for Spec Attributes
0.1.0 #
- Initial release.