Skip to content

History / Getting Started

Revisions

  • docs: update for the MDI icon set, token level ramps and panel merge Icon references move from LayrzIcons.solar* to MdiIcons.*. Spacing and radius tables are rebuilt around the five-level ramps, and the typography table is corrected (it had drifted from the code on both display's size and three of the five weights). Removes the input dense parameter and the deleted layout constants.

    @PHKenny PHKenny committed Aug 20, 2026
  • docs: correct examples for the five-style text scale The text scale collapsed from fifteen names to five, so every example using displayMedium, titleLarge, bodyMedium or labelSmall no longer compiled. Getting-Started mattered most, since the README now sends new users straight there. Also replaces the retired grid breakpoint constants with the theme's breakpoint tokens, and takes the installation and usage material moved out of the README.

    @PHKenny PHKenny committed Aug 17, 2026
  • docs: correct the install instructions layrz_ui is not published on pub.dev; the endpoint returns 404 and the repo version is 0.0.1, so the documented ^0.1.0 constraint could not resolve. Replace it with a git dependency and note that publication has not happened yet. Co-Authored-By: Anthropic Claude <noreply@anthropic.com>

    @PHKenny PHKenny committed Aug 13, 2026
  • docs: add foundation usage documentation Adds 8 comprehensive foundation documentation pages to the wiki: - Getting-Started.md: dependency setup, minimal app, font preload, first screen - LayrzApp.md: root widget API reference and theme installation - Theming.md: theme system, LayrzTheme, LayrzThemeData, accessing tokens - Design-Tokens.md: complete token reference (colors, typography, spacing, radius, shadow, border, motion) - LayrzTokenizer.md: token facade with group getters and flat shortcuts - Fonts.md: font setup, preloading, Google Fonts handler, custom fonts - Widget-States.md: re-export of Flutter's WidgetState and WidgetStateProperty - Platform-And-Extensions.md: LayrzPlatform detection and Color/BuildContext utilities Also updates Home.md and _Sidebar.md with navigation to the new foundation pages. Co-Authored-By: Anthropic Claude <noreply@anthropic.com>

    @PHKenny PHKenny committed Aug 13, 2026