flutter_swiper
flutter_swiper copied to clipboard
How to preload my all swiper items?
Hi there? I believe, you can help me!
@jzoom , @jogboms , @iChenLei, @pepsighan
I have a small issue on the flutter swiper plugin. I want to show web view on the each swiper item. Also web view is just contain 1 audio player. When I swap between swiper item, little bit loading. and in this moment, re rendering process, I assume. So, I want to preload all swiper item before show on the screen. Is it possible?
If we could even preload with an index offset. Like 2 items on the right, and make it keep preloading as we swipe. It would be neat.
I have the same problem when using Image.network() in my Swiper -- I would love if they could preload somehow!
I solved this by adding allowImplicitScrolling property at PageView.builder in transfomer_page_view.dart.
And use the value true it works.
Here is a sample commit https://github.com/jja08111/card_swiper/commit/bc08efe71bde04be0671df34593a4a575db0858d