【问题标题】:How to make it scrollable or prevent from getting out of pixels?如何使其可滚动或防止超出像素? 【发布时间】:2022-10-06 16:51:24 【问题描述】: 在运行代码时,用户界面有时会超出像素。如何让它响应?也许让它滚动或什么? 标签: android flutter dart flutter-layout 【解决方案1】: 尝试包装你的Container() with SingleChildScrollView()` 【讨论】: