kiss_typography 0.6.0
kiss_typography: ^0.6.0 copied to clipboard
A simple, clean Flutter typography package that provides semantic text widgets following the KISS (Keep It Simple, Stupid) principle.
Changelog #
All notable changes to the Kiss Typography package will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.6.0 #
- Added label text widgets:
LabelLarge,LabelMedium,LabelSmall.
0.5.0 #
Added #
- Initial release of Kiss Typography package
- Abstract base classes for typography hierarchy:
TitleTextHeadlineTextBodyText
- Semantic heading components (H1-H6):
HeadlineLarge(H1)HeadlineMedium(H2)HeadlineSmall(H3)TitleLarge(H4)TitleMedium(H5)TitleSmall(H6)
- Body text components:
BodyLargeBodyMedium(Body)BodySmall
- Support for customization:
- Text color
- Text alignment
- Overflow handling
- Maximum lines (Body components)
- Full integration with Flutter's ThemeData and TextTheme
- Type aliases for semantic HTML-like usage