theme_tailor_annotation 1.2.0 theme_tailor_annotation: ^1.2.0 copied to clipboard
Annotations for the Theme Tailor code-generator. This package does nothing without Theme Tailor.
1.2.0 #
- Add
generateStaticGetters
property to@Tailor
and@TailorComponent
which adds support for hot reload for const fields requireStaticConst
is now available for@TailorComponent
- Changes how
themeGetter
andrequireStaticConst
are handled internally by the generator, now these properties are nullable
1.1.1 #
- Add
requireStaticConst
property to the@Tailor
the annotation
1.0.3 #
- Build configuration. It is possible to configure
themes
within the build.yaml - Add
@ignore
annotation
1.0.2 #
- Fixed encoder declaration that prevented creating encoders for nullable types
1.0.1 #
- Exports
DeepCollectionEquality
fromcollection
package to supporthashCode
and== operator
overrides
1.0.0 #
- Initial version of theme_tailor_annotation library