Favicon of flutter-fix-layout-issues

flutter-fix-layout-issues Skill

AI Agent SkillDartOpen source

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.

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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
85/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Developers using agent-plugins

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use flutter-fix-layout-issues Skill

  • Use it for developers using agent-plugins.

Built with

DartCopy skill directory

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

Explore related resources

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.

Share:

Stars
2,641
Forks
154
Last commit
9 days ago
Repository age
5 months
License
BSD-3-Clause

Auto-fetched from GitHub.

Ad
Favicon

 

  
 

Similar to flutter-fix-layout-issues