今天遇到一个问题:
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的子组件。