Flutter stepping on the pit records flutter_swiper error ScrollController not attached to any scroll views.Failed assertion: li

The error is as follows: ScrollController not attached to any scroll views.
'package:flutter/src/widgets/scroll_controller.dart':
Failed assertion: line 112 pos 12: '_positions.isNotEmpty'
insert image description here
Error location: It is the Swiper plug-in, and suddenly this is reported It’s wrong, so the click operation can’t be sent.
insert image description here
Solution: add key:GlobalKey() in the relevant position, as follows:
insert image description here

Guess you like

Origin blog.csdn.net/qq_42944436/article/details/108540367