flutter-build-responsive-layout
flutter build responsive layout
What it does
- Space Measurement Guidelines
- Widget Sizing and Constraints
- Device and Orientation Behaviors
- Workflow: Constructing an Adaptive Layout
- Workflow: Optimizing for Large Screens
- Use MediaQuery.sizeOf(context) to get the size of the entire app window.
- Distribute Space: Use Expanded and Flexible within Row, Column, or Flex widgets.
Requirements & configuration
- [ ] Identify the target widget that requires adaptive behavior.
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
flutter-build-responsive-layout FAQ
What does the flutter-build-responsive-layout skill do?
Use `LayoutBuilder`, `MediaQuery`, or `Expanded/Flexible` to create a layout that adapts to different screen sizes. Use when you need the UI to look good on both mobile and tablet/desktop form factors. Space Measurement Guidelines Widget Sizing and Constraints
What does flutter-build-responsive-layout require?
[ ] Identify the target widget that requires adaptive behavior.
How do I install flutter-build-responsive-layout?
Run: npx -y skills add https://github.com/flutter/skills --skill flutter-build-responsive-layout --agent claude-code — the source lives at github.com/flutter/skills.
Maintain flutter-build-responsive-layout?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/flutter-skills-flutter-build-responsive-layout?ref=badge) npx agentictools info skills/flutter-skills-flutter-build-responsive-layout The second line is the CLI lookup for this page — handy in READMEs and docs.