Flutter的坑

作者: 你的益达233 | 来源:发表于2020-05-06 11:05 被阅读0次

一、列表问题
错误log: _positions.isNotEmpty, 'ScrollController not attached to any scroll views.'
_positions.length == 1, 'ScrollController attached to multiple scroll views.'

解决方案:给列表或者相关组件加上key: GlobalKey()

相关文章

网友评论

    本文标题:Flutter的坑

    本文链接:https://www.haomeiwen.com/subject/wtmightx.html