Back to marketplace

Flutter

Flutter UI

v0.1.0

LeanCode Flutter UI guidance for design-system components, shared loading and error patterns, and presentation-layer localization.

developer-toolsflutteruiinternal

README

flutter-ui

LeanCode Flutter UI plugin for design-system-driven presentation work.

Contains the UI rule and helper skills for presentation-layer work:

  • rules/ui-design-system.md - design-system, loading/error, localization, and hooks conventions
  • skills/flutter-ui-usage/SKILL.md - entry point for this plugin
  • skills/ui/SKILL.md - workflow for implementing or refactoring feature UI
  • skills/ui/reference.md - short UI checklist

Example usage

  • /flutter-ui-usage - get a short explanation of what this plugin does and which asset to use next

What this plugin is NOT about

Page state-management lives in flutter-bloc. Route-level work lives in flutter-navigation. Translation workflow lives in flutter-localization.

Related plugins

Skills

Install individual skills through the CLI fallback, or download the raw SKILL.md file.

/flutter-ui-usage

Flutter Ui Usage

Download

Explain what the `flutter-ui` plugin does and how to use it. Use when the user invokes `/flutter-ui-usage`, asks what this plugin covers, or needs help with design-system-driven UI, shared loading/error patterns, or presentation-layer localization.

npx skills add leancodepl/ai-plugins --skill flutter-ui-usage -a cursor

Implements or refactors Flutter presentation layer using project design-system components and shared UI patterns. Use when building or updating feature screens and widgets.

npx skills add leancodepl/ai-plugins --skill ui -a cursor

0 skills selected