Agent skill

openwebf-host-embedding-constraints

Fix Flutter layout/constraint issues when embedding WebF (scrollables, unbounded constraints, viewport sizing). Use when the user mentions ListView/ScrollView, “unbounded height”, infinite constraints, RenderBox errors, or embedding WebF in part of the screen.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/openwebf-host-embedding-constraints

SKILL.md

OpenWebF Host: Embedding & Constraints

Instructions

  1. Ask for the widget tree snippet that embeds WebF and the exact Flutter error.
  2. Identify whether WebF is inside a scrollable or an unconstrained parent.
  3. Recommend the minimal constraint fix (bounded height/width), preferring full-screen embedding when possible.
  4. Use MCP docs for official embedding guidance and common pitfalls.

More:

Didn't find tool you were looking for?

Be as detailed as possible for better results