m3e_typography 0.0.1
m3e_typography: ^0.0.1 copied to clipboard
Material 3 Expressive Emphasized Typography scale and variable font extensions for Flutter.
Changelog #
0.0.1 #
- Initial release of
m3e_typography. - Complete Material 3 Expressive Emphasized Typography scale across all 15 text styles:
- Display:
displayLarge,displayMedium,displaySmall - Headline:
headlineLarge,headlineMedium,headlineSmall - Title:
titleLarge,titleMedium,titleSmall - Body:
bodyLarge,bodyMedium,bodySmall - Label:
labelLarge,labelMedium,labelSmall
- Display:
- Variable font axis configuration:
wght(Weight)opsz(Optical Size)ROND(Corner Roundness)
- Extensions:
M3EEmphasizedTextThemeExtensiononTextTheme(.emphasized,.toEmphasized())M3EEmphasizedThemeDataExtensiononThemeData(.emphasizedTextTheme)M3EEmphasizedContextExtensiononBuildContext(context.emphasizedTextTheme)
- Interactive example application with type scale showcase and variable font axes playground.