style_generator_annotation 0.1.9
style_generator_annotation: ^0.1.9 copied to clipboard
The Annotations for style_generator to generate ThemeExtensions
0.1.9 #
- Added CopyWithKey.unmodifiable, which prevents overriding fields. Useful for ID/UUID fields.
0.1.8 #
- Fix typo in Readme.md and add full
build.yamlexample - Add CopyWithKey.field parameter to allow customizing the field that should be used for the copyWith() method
0.1.7 #
- Add Equality and EqualityKey annotation
0.1.6 #
- Add halfMerge() shortcut method
0.1.5 #
- Change StyleKey's type parameter to optional
- Remove type parameter from CopyWithKey
0.1.4 #
- Improve explanation of CopyWith annotation in ReadMe
0.1.3 #
- Add CopyWith and CopyWithKey annotation
0.1.2 #
- Add StyleKey.merge override parameter
- Add noMerge() and noLerp() shortcut methods
- Increase meta dependency from ^1.2.0 to ^1.15.0 (required since 0.1.0)
0.1.1 #
- Add link to AndroidStudio/IntelliJ plugin in ReadMe
- Increase meta dependency from ^1.0.0 to ^1.2.0 (required since 0.1.0)
0.1.0 #
- Initial Release.