kiss_typography 0.6.0 copy "kiss_typography: ^0.6.0" to clipboard
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:
    • TitleText
    • HeadlineText
    • BodyText
  • Semantic heading components (H1-H6):
    • HeadlineLarge (H1)
    • HeadlineMedium (H2)
    • HeadlineSmall (H3)
    • TitleLarge (H4)
    • TitleMedium (H5)
    • TitleSmall (H6)
  • Body text components:
    • BodyLarge
    • BodyMedium (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

0.5.1 #

Fixed #

  • Corrected README.md
1
likes
140
points
248
downloads

Publisher

verified publisherwearemobilefirst.com

Weekly Downloads

A simple, clean Flutter typography package that provides semantic text widgets following the KISS (Keep It Simple, Stupid) principle.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on kiss_typography