> 文章列表 > Flutter 错误使用ParentDataWidget的问题

Flutter 错误使用ParentDataWidget的问题

Flutter 错误使用ParentDataWidget的问题

今天遇到一个问题:

      app启动后,在日志中抛出一个异常:Incorrect use of ParentDataWidget. showing error on the mobile screen. 可是app还是正常启动的,页面也没有问题。但是打出release包后,发现页面是空白的!

最后查明有三个原因:

1. 不能再ListView中使用Spacer Widget。

2. 不能再Row和Column使用Position。

3. Expanded只能是Colum, Row, Flex的子组件。