返回 Skill 列表
extension
分类: 开发与工程无需 API Key

openwebf-host-embedding-constraints

修复在嵌入WebF时Flutter布局/约束问题(可滚动组件、无边界约束、视口大小)。当用户提到ListView/ScrollView、“无限制高度”、无限约束、RenderBox错误或在屏幕的一部分中嵌入WebF时使用。

person作者: jakexiaohubgithub

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: