flutter_swiper icon indicating copy to clipboard operation
flutter_swiper copied to clipboard

How to preload my all swiper items?

Open Nyamkhuub opened this issue 5 years ago • 3 comments

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?

Nyamkhuub avatar Jan 15 '20 12:01 Nyamkhuub

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.

kwent avatar Jan 22 '20 08:01 kwent

I have the same problem when using Image.network() in my Swiper -- I would love if they could preload somehow!

takaoandrew avatar Jun 25 '21 00:06 takaoandrew

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

jja08111 avatar Jan 27 '22 08:01 jja08111