FlutterScrollingPageIndicator icon indicating copy to clipboard operation
FlutterScrollingPageIndicator copied to clipboard

[Bug] No animation when page swiper is looping

Open mploigt opened this issue 4 years ago • 1 comments

When the swiper is set to loop the pages (either manually or automatically) the dots will not have the correct fade animation from the last page to the first. The last dot will fade out but the first dot will not fade in.

I'm using it together with https://pub.dev/packages/flutter_swiper

bug_looping.mov.zip

Change these file in the example directory to get a test with a looping flutter_swiper demo: swiper_example.zip

mploigt avatar Oct 28 '19 09:10 mploigt