foundation library

Foundation primitives for liqkit_ui.

Classes

LiqAppleColors
Static Apple HIG system color tokens.
LiqApplePalette
Brightness-bound color surface.
LiqAppleTextStyles
Brightness-bound type scale.
LiqAppleTypography
Static Apple HIG type style tokens.
LiqColorRamp
A simple Material-style color ramp accessor.
LiqColors
Drop-in palette for callsites that previously imported Material's Colors class. Each entry maps to the closest LiqAppleColors value or a const Color literal, so the showcase can write LiqColors.red instead of pulling in package:flutter/material.dart just for the standard color names.
LiqFontFamily
iOS 26 automatic font-family selection.
LiqMaterialSurface
A theme-aware glass surface backed by a LiqMaterial spec.
LiqMotion
iOS 26 motion presets — curves and durations used by every liqkit_ui component for transitions, gestures, and feedback.
LiqSeparator
Shared iOS separator and hairline colors.

Extensions

LiqAppleColorsContext on BuildContext
Convenience accessor: context.appleColors.blue returns a brightness-bound palette resolved against the nearest LiqTheme.
LiqAppleTextStyleExtensions on TextStyle
LiqAppleTypographyContext on BuildContext
Convenience weight + label-tier extensions on TextStyle.
LiqColorUtils on Color
Color manipulation extensions.