theme_tailor 1.0.2
theme_tailor: ^1.0.2 copied to clipboard
Code generator for Flutter's 3.0 ThemeExtension classes. The generator can create themes and extensions on BuildContext or ThemeData based on the lists of the theme properties
1.0.2 #
- Improve documentation,
- Add support for json_serializable,
- Add support for nested themeExtension with
@themeExtension
annotation, - Add support for Flutter's DiagnosticableTreeMixin (debugFillProperties)
- Generated class will overwrite the
hashCode
and==
operator. The equality operator will deeply compare collections in the class
1.0.1 #
- Fix README.md
1.0.0 #
- Initial version of theme_tailor library