flutter-layout
Constructs responsive Flutter UIs using layout widgets, constraint management, and adaptive design patterns.
Install
npx skills add https://github.com/flutter/skills --skill flutter-layoutStats
| Total installs | 1,251 |
| Weekly installs | 1.2K |
| GitHub stars | 833 |
| First seen | Mar 4, 2026 |
| Source | @flutter/skills |
Summary
- Provides a decision tree for selecting the right base layout widget (Row, Column, Stack, ListView, GridView, CustomScrollView) based on content dimensionality, overlap, scrolling, and responsiveness needs
- Enforces Flutter's core constraint system: constraints flow down, sizes flow up, parents set position; includes ConstrainedBox patterns for forcing specific dimensions
- Implements adaptive layouts using LayoutBuilder to branch UI logic based on available width, supporting mobile-to-tablet transitions
- Covers flex layout composition with Expanded and Flexible widgets for managing child sizing in Rows and Columns, plus fixes for unbounded constraint errors in scrollable contexts
Tags
Related skills
| Skill | Installs | vs flutter-layout |
|---|---|---|
| firebase-apk-scanner | 1,197 | -54 |
| asc-signing-setup | 1,255 | +4 |
| ui-ux-designer | 1,139 | -112 |
| flutter-animation | 1,099 | -152 |
| swift-style | 1,354 | +103 |
FAQ
- How many installs does flutter-layout have?
- flutter-layout has 1,251 total installs and 1.2K installs this week.
- Where is flutter-layout hosted?
- flutter-layout is published by @flutter/skills at https://github.com/flutter/skills.
- How many GitHub stars does flutter-layout have?
- flutter-layout has 833 GitHub stars.
- When was flutter-layout first indexed?
- OrangeBot.AI first indexed flutter-layout on Mar 4, 2026.
- How do I install flutter-layout?
- Run: npx skills add https://github.com/flutter/skills --skill flutter-layout