flutter-fix-layout-issues Skill
Fixes Flutter layout errors (overflows, unbounded constraints) using Dart and Flutter MCP tools. Use when addressing "RenderFlex overflowed", "Vertical viewport was given unbounded height", or similar layout issues. Published by flutter in agent-plugins.
Decision snapshot
Is this a fit?
Developers using agent-plugins, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
17 days ago · BSD-3-Clause license
No specific cautions were detected. Review the source and requested permissions before installing.
What is flutter-fix-layout-issues Skill?
Fixes Flutter layout errors (overflows, unbounded constraints) using Dart and Flutter MCP tools. Use when addressing "RenderFlex overflowed", "Vertical viewport was given unbounded height", or similar layout issues. Published by flutter in agent-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using agent-plugins
Declared skill metadata
- Source file: skills/flutter-fix-layout-issues/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
When to use flutter-fix-layout-issues Skill
- Use it for developers using agent-plugins.
Built with
Editorial notes
Source
- Creator: flutter
- Repository: flutter/agent-plugins
- Skill file: skills/flutter-fix-layout-issues/SKILL.md
What it does
Fixes Flutter layout errors (overflows, unbounded constraints) using Dart and Flutter MCP tools. Use when addressing "RenderFlex overflowed", "Vertical viewport was given unbounded height", or similar layout issues.
Skill instructions
Resolving Flutter Layout Errors Contents - Constraint Violation Diagnostics - Layout Error Resolution Workflow - Examples Constraint Violation Diagnostics Flutter layout operates on a strict rule: Constraints go down. Sizes go up. Parent sets position. Layout errors occur when this negotiation fails, typically due to unbounded constraints or unconstrained children. Diagnose layout failures using the following error signatures: "Vertical viewport was given unbounded height": Triggered when a scrollable widget (ListView, GridView) is placed inside an unconstrained vertical parent (Column). The parent provides infinite height, and the child attempts to expand infinitely. "An InputDecorator...cannot have an unbounded width": Triggered when a TextField or TextFormField is placed inside an unconstrained horizontal parent (Row). The text field attempts to determine its width based on infinite available space. "RenderFlex overflowed": Triggered when a child of a Row or Column requests a size l
Verified compatibility and discovery
Frequently asked questions
What is flutter-fix-layout-issues?
flutter-fix-layout-issues is a open-source AI agent skill with Copy skill directory. Fixes Flutter layout errors (overflows, unbounded constraints) using Dart and Flutter MCP tools.
Who is flutter-fix-layout-issues best for?
flutter-fix-layout-issues is best for reusing agent instructions, scripts, and references.
How do I install flutter-fix-layout-issues?
Install or run flutter-fix-layout-issues using Copy skill directory. Check flutter-fix-layout-issues for the latest setup command.
Is flutter-fix-layout-issues actively maintained?
flutter-fix-layout-issues may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.