Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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