theme_extensions_generator 1.1.3
theme_extensions_generator: ^1.1.3 copied to clipboard
Generates ThemeExtension classes, mixins, lerp/tween logic and ThemeData accessors for Flutter themes
1.1.3 #
- Docs: Added Dartdoc comments to public APIs
- Fix: Validation of non-lerpable types now throws InvalidGenerationSource error
- Tests: Expanded test coverage, including comprehensive examples
- Chore: Minor refactoring and code cleanup
1.1.1 #
- Feature: Added ability to manually set generated extension getter name (
extensionGetterNameparameter) - Credits: Contribution by drooxie
1.0.0 #
- Initial version.