token_theme_kit 0.0.2
token_theme_kit: ^0.0.2 copied to clipboard
A Flutter theming package that applies design tokens to generate consistent, scalable Material themes across your entire app.
0.0.2 #
- Improved public API documentation to meet pub.dev / pana guidelines.
- Added clear Dartdoc comments across core tokens, builders, and extensions.
- Clarified example usage and theme access patterns.
- No breaking changes.
0.0.1 #
- Initial release.
- Introduced a design-token–driven theming architecture:
- Semantic color tokens
- Token →
ColorSchememapping ThemeDatabuilder
- Added
TokenScopefor token access in the widget tree. - Included
TokenThemeControllerutilities for runtime theme and font switching.