Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

嵌套在pageView中的一个子view时,切换pageView回到嵌套的view,swiper会先重复滚动好多次 #159

Open
MichaelSZM opened this issue Nov 20, 2019 · 1 comment

Comments

@MichaelSZM
Copy link

get _banner => Container(
color: Colors.blue,
height: 120,
child: Swiper(
itemCount: bannerList?.length??4,
itemBuilder: (buildContext,index){
return Image.network(bannerList[index].icon??BANNER_STUB_URL,fit: BoxFit.fill,);
},
controller: SwiperController(),
autoplay: true,
autoplayDisableOnInteraction: true,
pagination: SwiperPagination(),
),
);

@yyc123
Copy link

yyc123 commented Nov 26, 2019

#91 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants