mantle_core 1.1.0
mantle_core: ^1.1.0 copied to clipboard
Core runtime for Mantle: design tokens, MantleTheme, MantleProvider, and the theme-owned widget architecture.
1.1.0 #
MantleSpacing,MantleRadius, andMantleBreakpointare interfaces with map implementations for literals and empty sentinels.emOfonnumfor CSS-style em relative to the ambient text style.MantleThemestores optional token factories;MantleTheme.of(context)builds a fresh theme for the current context.
1.0.0 #
- Initial stable release of the Mantle core runtime.
- Design token groups: colors, icons, typography, spacing, radius, shadows, breakpoints, and shared size scales.
MantleTheme, animatedMantleProvider(InheritedModel+ aspects), and theMantleroot-theme facade for context-free token access.- Helpers:
MantleIcon,BreakpointBuilder, HSL color utilities, and widget-test helpers inpackage:mantle_core/testing.dart.