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.redinstead of pulling inpackage:flutter/material.dartjust 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.bluereturns a brightness-bound palette resolved against the nearestLiqTheme. - LiqAppleTextStyleExtensions on TextStyle
- LiqAppleTypographyContext on BuildContext
- Convenience weight + label-tier extensions on TextStyle.
- LiqColorUtils on Color
- Color manipulation extensions.